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
This commit is contained in:
parent
45a6d25dc5
commit
8beb7cc19c
1 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
.ENDIF
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue