summaryrefslogtreecommitdiff
path: root/odk/examples/CLI
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 10:47:29 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 10:47:29 +0000
commita06ab8884ba56e2a4c98ae1dbf420dc44c9b311b (patch)
tree220a49cb4cc2d475b712fdc2727b22aafc3406d9 /odk/examples/CLI
parentbbdf0b5a98e06f25e1193a3be4f86a7215623c4b (diff)
INTEGRATION: CWS jl104 (1.2.216); FILE MERGED
2008/06/19 10:01:18 jl 1.2.216.1: #i88078# moving cli-uno assemblies to odk
Diffstat (limited to 'odk/examples/CLI')
-rw-r--r--odk/examples/CLI/CSharp/Spreadsheet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/odk/examples/CLI/CSharp/Spreadsheet/Makefile b/odk/examples/CLI/CSharp/Spreadsheet/Makefile
index cdb7360e20f7..72956c3e1020 100644
--- a/odk/examples/CLI/CSharp/Spreadsheet/Makefile
+++ b/odk/examples/CLI/CSharp/Spreadsheet/Makefile
@@ -43,7 +43,8 @@ $(SPREADSHEET_OUT)/%.exe : %.cs SpreadsheetDocHelper.cs
-target:exe \
-out:$@ \
-reference:"$(CLI_LIB_LOCATION)"\cli_basetypes.dll \
- -reference:"$(CLI_LIB_LOCATION)"\cli_types.dll \
+ -reference:"$(CLI_LIB_LOCATION)"\cli_uretypes.dll \
+ -reference:"$(CLI_LIB_LOCATION)"\cli_oootypes.dll \
-reference:"$(CLI_LIB_LOCATION)"\cli_ure.dll \
-reference:"$(CLI_LIB_LOCATION)"\cli_cppuhelper.dll \
$^