summaryrefslogtreecommitdiff
path: root/salhelper/source/makefile.mk
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-04-12 11:02:22 +0000
committerJoachim Lingner <jl@openoffice.org>2001-04-12 11:02:22 +0000
commit8683dd7b4dba1874c8c6ee41cf2956364d37c520 (patch)
tree8b2b810190b0fa6f100aab3a8ae8d27602404fdf /salhelper/source/makefile.mk
parentbf97db6c0984a705a488ef039ec7e3daf4df87f3 (diff)
exports.dxp file is used for generation the definition file under windows
Diffstat (limited to 'salhelper/source/makefile.mk')
-rw-r--r--salhelper/source/makefile.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index a43867545828..f4950d29d8d2 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jsc $ $Date: 2001-03-19 17:28:32 $
+# last change: $Author: jl $ $Date: 2001-04-12 12:02:22 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -100,10 +100,11 @@ SHL1DEPN=
SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
+DEF1EXPORTFILE= exports.dxp
DEF1NAME= $(SHL1TARGET)
-DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt
-DEFLIB1NAME= $(TARGET)
+#DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt
+#DEFLIB1NAME= $(TARGET)
# --- Targets ------------------------------------------------------