summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-16 10:44:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-16 10:44:52 +0000
commit98f9dbb90517a194e603796c7125b1cdfee452bd (patch)
tree3f1fcd6d3d997f88ba8394325a6d063658e67765 /cpputools
parentdfa65cc5cc58ad819c0718ccf6d334bf0bdc6090 (diff)
INTEGRATION: CWS ause06 (1.7.28); FILE MERGED
2003/10/29 15:35:41 hjs 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2003/10/10 14:04:34 hjs 1.7.28.1: #112608# fixed missing dependencies and cleanup
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/registercomponent/makefile.mk19
1 files changed, 5 insertions, 14 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk
index bf77080de862..422341bd46f6 100644
--- a/cpputools/source/registercomponent/makefile.mk
+++ b/cpputools/source/registercomponent/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: vg $ $Date: 2003-10-06 13:07:42 $
+# last change: $Author: vg $ $Date: 2003-12-16 11:44:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,15 +64,12 @@ PRJ=..$/..
PRJNAME=cpputools
TARGET=regcomp
-TARGETTYPE=CUI
LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
@@ -96,23 +93,16 @@ UNOTYPES=\
# --- Files --------------------------------------------------------
CDEFS += -DDLL_VERSION=\"$(UPD)$(DLLPOSTFIX)\"
-
-CXXFILES= registercomponent.cxx
-
+DEPOBJFILES= $(OBJ)$/registercomponent.obj
APP1TARGET= $(TARGET)
-APP1OBJS= $(OBJ)$/registercomponent.obj
+APP1OBJS=$(DEPOBJFILES)
APP1STDLIBS=\
$(SALLIB) \
$(CPPULIB) \
$(CPPUHELPERLIB)
-.IF "$(GUI)"=="WNT" || "$(COM)"=="GCC"
-APP1STDLIBS+= \
- $(CPPULIB)
-.ENDIF
-
.IF "$(GUI)"=="WNT"
APP1STDLIBS+= \
$(LIBCIMT) \
@@ -121,3 +111,4 @@ APP1STDLIBS+= \
.INCLUDE : target.mk
+