From c13ff5c2833514dc917db29b557bbac720440f70 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 16 Dec 2003 10:45:39 +0000 Subject: 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 --- cpputools/source/unoexe/makefile.mk | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'cpputools') diff --git a/cpputools/source/unoexe/makefile.mk b/cpputools/source/unoexe/makefile.mk index f1480d3b1c87..594297a2593d 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) \ -- cgit