summaryrefslogtreecommitdiff
path: root/cpputools/source/registercomponent/makefile.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-04-22 16:20:04 +0000
committerKurt Zenker <kz@openoffice.org>2004-04-22 16:20:04 +0000
commit8fb8381bf81e4fb58699b589ede7b34ceaaae3f1 (patch)
treea215223844ecee1e4dfe06239272c47f69b0f136 /cpputools/source/registercomponent/makefile.mk
parent3ca762ec3e40f168e56bec3bb480f5240a986cf8 (diff)
#i10000# do not use LIBCIMT
Diffstat (limited to 'cpputools/source/registercomponent/makefile.mk')
-rw-r--r--cpputools/source/registercomponent/makefile.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk
index 422341bd46f6..cd34930f2993 100644
--- a/cpputools/source/registercomponent/makefile.mk
+++ b/cpputools/source/registercomponent/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: vg $ $Date: 2003-12-16 11:44:52 $
+# last change: $Author: kz $ $Date: 2004-04-22 17:20:04 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -59,7 +59,6 @@
#
#
#*************************************************************************
-
PRJ=..$/..
PRJNAME=cpputools
@@ -105,7 +104,6 @@ APP1STDLIBS=\
.IF "$(GUI)"=="WNT"
APP1STDLIBS+= \
- $(LIBCIMT) \
$(LIBCMT)
.ENDIF