summaryrefslogtreecommitdiffstats
path: root/comphelper/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 15:05:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 15:05:34 +0000
commit72f26dadb8c5260d46d95a4913d8bfe0302398cb (patch)
tree9d190a2f8bf223eeec0a59d72f710bc88e9b9631 /comphelper/util
parentINTEGRATION: CWS visibility02 (1.5.82); FILE MERGED (diff)
downloadcore-72f26dadb8c5260d46d95a4913d8bfe0302398cb.tar.gz
core-72f26dadb8c5260d46d95a4913d8bfe0302398cb.zip
INTEGRATION: CWS visibility02 (1.8.58); FILE MERGED
2005/01/27 11:27:07 mhu 1.8.58.1: #i38608# Added SHLxUSE_EXPORTS=ordinal, cleaned up.
Diffstat (limited to 'comphelper/util')
-rw-r--r--comphelper/util/makefile.mk30
1 files changed, 4 insertions, 26 deletions
diff --git a/comphelper/util/makefile.mk b/comphelper/util/makefile.mk
index 09004917890e..515de37bb11b 100644
--- a/comphelper/util/makefile.mk
+++ b/comphelper/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2004-07-23 14:38:10 $
+# last change: $Author: vg $ $Date: 2005-02-16 16:05:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,16 +64,12 @@ PRJ=..
PRJNAME=comphelper
TARGET=comphelper
-TARGETTYPE=CUI
-USE_LDUMP2=TRUE
-
-ENABLE_EXCEPTIONS=TRUE
-
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/version.mk
# --- Library -----------------------------------
+LIB1TARGET= $(SLB)$/$(TARGET).lib
LIB1FILES= $(SLB)$/container.lib \
$(SLB)$/evtattmgr.lib \
$(SLB)$/misc.lib \
@@ -83,8 +79,6 @@ LIB1FILES= $(SLB)$/container.lib \
$(SLB)$/compare.lib \
$(SLB)$/officeinstdir.lib
-LIB1TARGET=$(SLB)$/$(TARGET).lib
-
SHL1TARGET=$(COMPHLP_TARGET)$(COMPHLP_MAJOR)$(COMID)
SHL1STDLIBS= \
$(SALLIB) \
@@ -96,29 +90,13 @@ SHL1STDLIBS= \
SHL1DEPN=
SHL1IMPLIB= i$(COMPHLP_TARGET)
-
+SHL1USE_EXPORTS=ordinal
SHL1LIBS= $(LIB1TARGET)
-
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt \
- $(LIB1TARGET)
-
DEFLIB1NAME=$(TARGET)
-DEF1EXPORTFILE = exports.dxp
# --- Targets ----------------------------------
.INCLUDE : target.mk
-
-.IF "$(depend)"==""
-
-# --- Goodies-Filter-Datei ---
-
-$(MISC)$/$(SHL1TARGET).flt: makefile.mk
- @echo ------------------------------
- @echo CLEAR_THE_FILE > $@
- @echo __CT >>$@
-.ENDIF
-