summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 10:45:08 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 10:45:08 +0000
commit1ea7399ef875fbf3469b5ec904a9d8ad86d5c956 (patch)
treef5dc1881be9daeba986a67b21a6495af05f908de /svtools/source/svhtml
parent7a4fcd2685c9c60a5077ff79bb0a24857801561b (diff)
INTEGRATION: CWS visibility03 (1.2.532); FILE MERGED
2005/03/24 10:58:49 mhu 1.2.532.1: #i45006# Added SVT_* symbol export declarations; partial cleanup.
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/makefile.mk23
1 files changed, 4 insertions, 19 deletions
diff --git a/svtools/source/svhtml/makefile.mk b/svtools/source/svhtml/makefile.mk
index 6718ba457682..ed6ae5e814c4 100644
--- a/svtools/source/svhtml/makefile.mk
+++ b/svtools/source/svhtml/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2003-08-25 15:44:20 $
+# last change: $Author: obo $ $Date: 2005-04-13 11:45:08 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,36 +64,21 @@ PRJ=..$/..
PRJNAME=svtools
TARGET=svhtml
-AUTOSEG=true
-LIBTARGET=NO
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/svt.pmk
# --- Files --------------------------------------------------------
-OBJFILES = $(OBJ)$/htmlkey2.obj
-
SLOFILES=\
- $(LIB3OBJFILES) \
- $(LIB4OBJFILES)
-
-# nur damit's was zum builden gibt
-LIB2TARGET =$(LB)$/svhtmlk2.lib
-LIB2OBJFILES =$(OBJFILES)
-
-LIB3TARGET=$(SLB)$/svhtml1.lib
-LIB3OBJFILES=\
$(SLO)$/htmlkey2.obj \
$(SLO)$/htmlkywd.obj \
$(SLO)$/htmlsupp.obj \
+ $(SLO)$/htmlout.obj \
$(SLO)$/parhtml.obj
-LIB4TARGET=$(SLB)$/svhtml2.lib
-LIB4OBJFILES=\
- $(SLO)$/htmlout.obj
-
# ==========================================================================
.INCLUDE : target.mk