diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 10:47:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 10:47:29 +0000 |
commit | a06ab8884ba56e2a4c98ae1dbf420dc44c9b311b (patch) | |
tree | 220a49cb4cc2d475b712fdc2727b22aafc3406d9 /odk/examples/CLI | |
parent | bbdf0b5a98e06f25e1193a3be4f86a7215623c4b (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/Makefile | 3 |
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 \ $^ |