summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-10 15:34:37 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-10 15:34:37 +0300
commit5d578b73f96d95668493e9d51cde37b43e5fad8c (patch)
treec4d9525b49a60c0b87b4884aeb5677081b7f54df
parent053d3d6b3ab5d76c2b4b7b225718da5d01a75708 (diff)
There is no dk.mk in settings
-rw-r--r--odk/examples/CLI/CSharp/Spreadsheet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/CLI/CSharp/Spreadsheet/Makefile b/odk/examples/CLI/CSharp/Spreadsheet/Makefile
index bae593f3..14785e8e 100644
--- a/odk/examples/CLI/CSharp/Spreadsheet/Makefile
+++ b/odk/examples/CLI/CSharp/Spreadsheet/Makefile
@@ -5,7 +5,7 @@ SETTINGS = $(PRJ)/settings
include $(SETTINGS)/settings.mk
include $(SETTINGS)/std.mk
-include $(SETTINGS)/dk.mk
+#include $(SETTINGS)/dk.mk
CSC_FLAGS = -warnaserror+ -noconfig
VBC_FLAGS = -warnaserror+