summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-08-25 14:45:54 +0000
committerKurt Zenker <kz@openoffice.org>2003-08-25 14:45:54 +0000
commite72d934a55c7640cdc421c42a0378ab28ab69c12 (patch)
tree4f824f79c24135e1a36338a1b86ba5a543dca884 /svtools
parent96efe6083e25b17fcfeaf4a6003eeebdecbe0b3e (diff)
INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED
2003/07/10 16:19:49 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES
Diffstat (limited to 'svtools')
-rw-r--r--svtools/workben/cui/makefile.mk16
1 files changed, 3 insertions, 13 deletions
diff --git a/svtools/workben/cui/makefile.mk b/svtools/workben/cui/makefile.mk
index 1fd22a706d60..671dc79eedc0 100644
--- a/svtools/workben/cui/makefile.mk
+++ b/svtools/workben/cui/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:59:07 $
+# last change: $Author: kz $ $Date: 2003-08-25 15:45:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -62,7 +62,7 @@
PRJ=..$/..
-PRJNAME=SVTOOLS
+PRJNAME=svtools
TARGET=cuidem
LIBTARGET=NO
@@ -70,16 +70,13 @@ TARGETTYPE=CUI
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
OBJFILES= $(OBJ)$/loadlib.obj
APP4TARGET= dllver
-.IF "$(GUI)" != "MAC"
APP4STDLIBS= \
$(SVMEMLIB) \
$(SVTOOLLIB) \
@@ -91,13 +88,6 @@ APP4STDLIBS= \
.IF "$(GUI)"=="WNT" || "$(COM)"=="GCC"
APP4STDLIBS+= $(CPPULIB)
.ENDIF
-.ELSE
-APP4STDLIBS=$(SOLARBINDIR)$/TL$(UPD)$(DLLPOSTFIX).DLL \
- $(SOLARBINDIR)$/VCL$(UPD)$(DLLPOSTFIX).DLL \
- $(SOLARBINDIR)$/SVT$(UPD)$(DLLPOSTFIX).DLL
-APP4LIBS = $(SOLARLIBDIR)$/SALMAIN.MAC.LIB \
- $(SOLARLIBDIR)$/NOSHAREDMAIN.LIB
-.ENDIF
APP4OBJS= $(OBJ)$/loadlib.obj
# --- Targets -------------------------------------------------------