summaryrefslogtreecommitdiff
path: root/sot/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2002-01-10 10:51:19 +0000
committerKurt Zenker <kz@openoffice.org>2002-01-10 10:51:19 +0000
commit3f6d375ffc1c9e345ac213db6363f0924fc9b894 (patch)
tree1458fb13df0f52b7737ca11e5ee83a66e6200406 /sot/util
parent7e2c8d9f960fcf5cce8ce1f8b12353230d43bc9a (diff)
#65293# makefile cleaned
Diffstat (limited to 'sot/util')
-rw-r--r--sot/util/makefile.mk24
1 files changed, 2 insertions, 22 deletions
diff --git a/sot/util/makefile.mk b/sot/util/makefile.mk
index e0ed201f3a5a..6fa3cb763574 100644
--- a/sot/util/makefile.mk
+++ b/sot/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: mba $ $Date: 2002-01-10 10:31:59 $
+# last change: $Author: kz $ $Date: 2002-01-10 11:51:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,19 +67,12 @@ PRJPCH=
PRJNAME=sot
TARGET=sot
-# so2.hid generieren
-#GEN_HID=TRUE
-
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
-.IF "$(header)" == ""
-
LIB1TARGET= $(SLB)$/$(TARGET).lib
LIB1ARCHIV= $(LB)$/lib$(TARGET)$(UPD)$(DLLPOSTFIX).a
LIB1FILES= $(SLB)$/base.lib \
@@ -91,10 +84,6 @@ SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1STDLIBS=$(TOOLSLIB) $(RTLLIB) $(SALLIB) $(UNOTOOLSLIB) $(CPPUHELPERLIB) $(COMPHELPERLIB) $(UCBHELPERLIB) $(UNOLIB) $(CPPULIB)
-.IF "$(COM)"=="ICC" || "$(COM)"=="WTC"
-SHL1OBJS= $(SLO)$/object.obj
-.ENDIF
-
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
.IF "$(linkinc)" != ""
@@ -117,9 +106,6 @@ DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt \
DEFLIB1NAME =$(TARGET)
DEF1DES =StarObjectsTools
-.ENDIF
-
-
# --- Targets -------------------------------------------------------
.INCLUDE : target.mk
@@ -135,11 +121,5 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk
@+echo CTA2?AV>>$@
@+echo CTA3?AV>>$@
.ENDIF
-.IF "$(GUI)"=="OS2"
- @+echo __alloc>>$@
- @+echo __malloc>>$@
-.ENDIF
-# @+echo AVbad>>$@
-# @+echo AVexception>>$@
.INCLUDE : target.pmk