summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-10 17:21:16 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-10 17:21:16 +0300
commit5147b840b68a4c048d0c2dc356a7b4138f694bd7 (patch)
tree49b2aa90423ca684eaa22101f2d77758b6e9880f
parent0a4ce2c48098f5c42587bd0aae279339252fa509 (diff)
Build specifically for x86 only as that is what cli_cppuhelper.dll is
-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 15dc0496..a8dba1cf 100644
--- a/odk/examples/CLI/CSharp/Spreadsheet/Makefile
+++ b/odk/examples/CLI/CSharp/Spreadsheet/Makefile
@@ -12,7 +12,7 @@ include $(SETTINGS)/settings.mk
include $(SETTINGS)/std.mk
#include $(SETTINGS)/dk.mk
-CSC_FLAGS = -warnaserror+ -noconfig
+CSC_FLAGS = -warnaserror+ -noconfig -platform:x86
VBC_FLAGS = -warnaserror+
ifeq "$(DEBUG)" "yes"
CC_FLAGS+=-Zi -MT