diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-16 10:45:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-16 10:45:39 +0000 |
commit | f55d83409ce861cc48a4dcdb368770f690c3784a (patch) | |
tree | 1721988dca532797bdde31b110ac907b63996cb4 /cpputools/source/unoexe/makefile.mk | |
parent | b50ad1445eb98905c063c5e8390bece72c04bfd2 (diff) |
INTEGRATION: CWS ause06 (1.8.28); FILE MERGED
2003/10/29 15:35:29 hjs 1.8.28.2: RESYNC: (1.8-1.9); FILE MERGED
2003/10/10 14:04:36 hjs 1.8.28.1: #112608# fixed missing dependencies and cleanup
Diffstat (limited to 'cpputools/source/unoexe/makefile.mk')
-rw-r--r-- | cpputools/source/unoexe/makefile.mk | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/cpputools/source/unoexe/makefile.mk b/cpputools/source/unoexe/makefile.mk index f1480d3b1..594297a25 100644 --- a/cpputools/source/unoexe/makefile.mk +++ b/cpputools/source/unoexe/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: vg $ $Date: 2003-10-06 13:08:13 $ +# last change: $Author: vg $ $Date: 2003-12-16 11:45:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,16 +63,13 @@ PRJ=..$/.. PRJNAME=cpputools TARGET=uno -TARGETTYPE=CUI LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb @@ -106,11 +103,10 @@ UNOTYPES= \ # --- Files -------------------------------------------------------- -CXXFILES= \ - unoexe.cxx +DEPOBJFILES=$(OBJ)$/unoexe.obj APP1TARGET=$(TARGET) -APP1OBJS=$(OBJ)$/unoexe.obj +APP1OBJS=$(DEPOBJFILES) APP1STDLIBS= \ $(SALLIB) \ |