summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2000-11-21 15:41:26 +0000
committerThomas Lange <tl@openoffice.org>2000-11-21 15:41:26 +0000
commitcc8e67e962276e0e935d1a84b94e581fd2e49b1e (patch)
tree31951f15919c18380c38d97eb0fc9baa7b8d93b5 /linguistic
parent759a6d28105fbc33d564c39833b3b1da5e2be994 (diff)
exports.dxp added
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/makefile.mk24
1 files changed, 14 insertions, 10 deletions
diff --git a/linguistic/source/makefile.mk b/linguistic/source/makefile.mk
index 17966445f247..5158b0e2bbd9 100644
--- a/linguistic/source/makefile.mk
+++ b/linguistic/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hr $ $Date: 2000-11-21 15:34:46 $
+# last change: $Author: tl $ $Date: 2000-11-21 16:41:26 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -172,7 +172,9 @@ SHL1STDLIBS= \
.IF "$(GUI)" == "UNX"
SHL1STDLIBS += $(LNGLIB)
.ENDIF
-#
+.IF "$(GUI)"=="WNT"
+LIB1STDLIBS += $(LNGLIB)
+.ENDIF
# build DLL
.IF "$(GUI)" == "WNT"
@@ -186,9 +188,11 @@ SHL1VERSIONMAP= $(TARGET1).map
# build DEF file
DEF1NAME =$(SHL1TARGET)
-DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt
-DEFLIB1NAME =$(TARGET)
-DEF1DES =Linguistic main DLL
+#DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt
+#DEFLIB1NAME =$(TARGET)
+#DEF1DES =Linguistic main DLL
+DEF1EXPORTFILE= exports.dxp
+
.ENDIF
@@ -198,8 +202,8 @@ DEF1DES =Linguistic main DLL
.INCLUDE : target.mk
-$(MISC)$/$(SHL1TARGET).flt: makefile.mk
- @echo ------------------------------
- @echo Making: $@
- @echo lcl > $@
+#$(MISC)$/$(SHL1TARGET).flt: makefile.mk
+# @echo ------------------------------
+# @echo Making: $@
+# @echo lcl > $@