diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 12:05:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 12:05:48 +0000 |
commit | d3441c6f88760f8043769849a7c4b2373030a708 (patch) | |
tree | 39467a8dd6f6742d12a5ef1e616712fead88aa50 /cli_ure/source/climaker | |
parent | 8ea931ce191dd290696c11ef4d90ab83cf89a6dc (diff) |
INTEGRATION: CWS unopkg (1.2.2); FILE MERGED
2003/09/29 07:32:20 dbo 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED
2003/09/25 13:21:37 dbo 1.2.2.1: added config file for executable
Diffstat (limited to 'cli_ure/source/climaker')
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index 7b0a8c428ad4..97f93da1ae24 100644 --- a/cli_ure/source/climaker/makefile.mk +++ b/cli_ure/source/climaker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2003-09-25 12:28:37 $ +# last change: $Author: vg $ $Date: 2003-10-06 13:05:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -105,12 +105,12 @@ UNOTYPES = \ CFLAGS += /clr:noAssembly -CXXFILES = \ - climaker_emit.cxx \ - climaker_app.cxx +OBJFILES = \ + $(OBJ)$/climaker_emit.obj \ + $(OBJ)$/climaker_app.obj APP1TARGET = $(TARGET) -APP1OBJS = $(foreach,i,$(subst,.cxx,.obj $(CXXFILES)) $(OBJ)$/$i) +APP1OBJS = $(OBJFILES) APP1STDLIBS = \ $(CPPUHELPERLIB) \ @@ -118,7 +118,12 @@ APP1STDLIBS = \ $(SALLIB) \ mscoree.lib +ALL : ALLTAR $(BIN)$/climaker.exe.config + .ENDIF .INCLUDE : $(PRJ)$/util$/target.pmk .INCLUDE : target.mk + +$(BIN)$/climaker.exe.config : climaker.exe.config + $(GNUCOPY) -f $? $@ |