diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 06:54:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 06:54:36 +0000 |
commit | 8beb7cc19cd4ffd3566bac023b7e8714f89c6c35 (patch) | |
tree | 820d7fbc2b1b3b25a9f42669d4422614899899ad /cli_ure/source | |
parent | 45a6d25dc5ba75da853761e0c90044df18a7b108 (diff) |
INTEGRATION: CWS jl35 (1.11.8); FILE MERGED
2006/07/14 11:56:35 jl 1.11.8.2: RESYNC: (1.11-1.13); FILE MERGED
2006/05/19 12:52:39 jl 1.11.8.1: #64551# project did not build when L10N_framework variable was set
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index f0a1538080dc..52d3cab28fe1 100644 --- a/cli_ure/source/climaker/makefile.mk +++ b/cli_ure/source/climaker/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: obo $ $Date: 2006-07-13 08:34:32 $ +# last change: $Author: rt $ $Date: 2006-07-25 07:54:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -106,12 +106,23 @@ APP1STDLIBS = \ .ENDIF + + .INCLUDE : $(PRJ)$/util$/target.pmk .INCLUDE : target.mk +.IF "$(BUILD_FOR_CLI)" != "" + +$(OBJFILES): $(BIN)$/cli_basetypes.dll + ALLTAR : $(BIN)$/climaker.exe.config $(BIN)$/climaker.exe.config : climaker.exe.config $(GNUCOPY) -f $? $@ -$(OBJFILES): $(BIN)$/cli_basetypes.dll
\ No newline at end of file +.ENDIF + + + + + |