diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-10 17:21:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-10 17:21:16 +0300 |
commit | 9cc346dc884f12cd6c31af36af41e3bf75c87703 (patch) | |
tree | 07e357cba0a085c5cee24a9ddf4be807e71aaecf /odk/examples | |
parent | 9d090acb4ed8f68a6c60b741f5befeeacf9a84b7 (diff) |
Build specifically for x86 only as that is what cli_cppuhelper.dll is
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/CLI/CSharp/Spreadsheet/Makefile | 2 |
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 |