summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/makefile.mk
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-08-17 12:15:48 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-08-17 12:15:48 +0000
commit0ac5aa3ed7475bd1b173c9f29b652fb64b2426f1 (patch)
tree49d3a0d75d2fddf029f8e095cc20608fdc92e78c /codemaker/source/cppumaker/makefile.mk
parent13669e1b67edc948ec0638e12397041683bbfd96 (diff)
#91088# convert registry path to URL
Diffstat (limited to 'codemaker/source/cppumaker/makefile.mk')
-rw-r--r--codemaker/source/cppumaker/makefile.mk20
1 files changed, 8 insertions, 12 deletions
diff --git a/codemaker/source/cppumaker/makefile.mk b/codemaker/source/cppumaker/makefile.mk
index cb5745a4f..af7c75f9f 100644
--- a/codemaker/source/cppumaker/makefile.mk
+++ b/codemaker/source/cppumaker/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hjs $ $Date: 2001-07-18 16:34:15 $
+# last change: $Author: jsc $ $Date: 2001-08-17 13:15:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,7 +79,7 @@ CFLAGSNOOPT+=-Ob0
.ENDIF
OBJFILES= $(OBJ)$/cppumaker.obj \
- $(OBJ)$/cppuoptions.obj \
+ $(OBJ)$/cppuoptions.obj \
$(OBJ)$/cpputype.obj
NOOPTFILES= \
@@ -88,17 +88,13 @@ NOOPTFILES= \
APP1TARGET= $(TARGET)
APP1OBJS= $(OBJFILES)
-APP1STDLIBS=\
- $(SALLIB) \
- $(SALHELPERLIB) \
- $(REGLIB)
-.IF "$(GUI)"=="WNT"
-APP1STDLIBS+= \
- $(LIBCIMT) $(LIBCMT)
-.ENDIF
+APP1STDLIBS= \
+ $(SALLIB) \
+ $(SALHELPERLIB) \
+ $(REGLIB)
APP1LIBS= \
- $(LB)$/codemaker.lib
+ $(LB)$/codemaker.lib
.INCLUDE : target.mk