summaryrefslogtreecommitdiff
path: root/odk
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
commit9cc346dc884f12cd6c31af36af41e3bf75c87703 (patch)
tree07e357cba0a085c5cee24a9ddf4be807e71aaecf /odk
parent9d090acb4ed8f68a6c60b741f5befeeacf9a84b7 (diff)
Build specifically for x86 only as that is what cli_cppuhelper.dll is
Diffstat (limited to 'odk')
-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 15dc04967b20..a8dba1cfb91b 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