summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-16 10:45:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-16 10:45:39 +0000
commitc13ff5c2833514dc917db29b557bbac720440f70 (patch)
treec8bc7a5fe8307d412896a6b5753c19f12e0562d9 /cpputools
parent46449437d9b2c890eda5bf0db5dded91c8627d72 (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')
-rw-r--r--cpputools/source/unoexe/makefile.mk12
1 files changed, 4 insertions, 8 deletions
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) \