summaryrefslogtreecommitdiff
path: root/odk/examples/CLI
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:15:56 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:15:56 +0000
commit110c14497e51009dfa81edb6a515e14acac346fa (patch)
tree34dffee418e76e28297d1daa7dfd2e216b7e31b5 /odk/examples/CLI
parent963952c228fec83aeb9c3899b6a0af5fd9fc4675 (diff)
INTEGRATION: CWS jsc21 (1.3.2); FILE MERGED
2008/07/08 14:58:00 jsc 1.3.2.1: #i88797# adapt path to assemblies
Diffstat (limited to 'odk/examples/CLI')
-rw-r--r--odk/examples/CLI/CSharp/Spreadsheet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/CLI/CSharp/Spreadsheet/Makefile b/odk/examples/CLI/CSharp/Spreadsheet/Makefile
index 72956c3e1020..cbe43167905d 100644
--- a/odk/examples/CLI/CSharp/Spreadsheet/Makefile
+++ b/odk/examples/CLI/CSharp/Spreadsheet/Makefile
@@ -7,7 +7,7 @@ include $(SETTINGS)/settings.mk
include $(SETTINGS)/std.mk
include $(SETTINGS)/dk.mk
-CSC_FLAGS = -warnaserror+ -incremental- -noconfig
+CSC_FLAGS = -warnaserror+ -noconfig
VBC_FLAGS = -warnaserror+
ifeq "$(DEBUG)" "yes"
CC_FLAGS+=-Zi -MT
@@ -21,7 +21,7 @@ endif
THIS_OUT_MISC = $(OUT_MISC)/csharp_SpreadsheetExamples
SPREADSHEET_OUT:= $(OUT_BIN)/CSharp_SpreadsheetExamples
-CLI_LIB_LOCATION = $(OFFICE_PROGRAM_PATH)\assembly
+CLI_LIB_LOCATION = $(PRJ)\cli
# Targets
.PHONY : ALL