summaryrefslogtreecommitdiff
path: root/lingucomponent/source/lingutil
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:40:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:40:32 +0000
commit0b6e33d06291ed4c30a4f1b0f949160101d6f189 (patch)
tree326f3b40a77f881aa4eced189fcde935d7b8a2a7 /lingucomponent/source/lingutil
parent736e7c55efac2c10a83ec93bde175bda78406b7f (diff)
INTEGRATION: CWS ooo20040225 (1.3.42); FILE MERGED
2004/02/14 11:15:01 khendricks 1.3.42.1: syncing the 680 tree with my local lingucomponent tree
Diffstat (limited to 'lingucomponent/source/lingutil')
-rw-r--r--lingucomponent/source/lingutil/makefile.mk23
1 files changed, 7 insertions, 16 deletions
diff --git a/lingucomponent/source/lingutil/makefile.mk b/lingucomponent/source/lingutil/makefile.mk
index 0e5490b4e36a..c93572319353 100644
--- a/lingucomponent/source/lingutil/makefile.mk
+++ b/lingucomponent/source/lingutil/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: vg $ $Date: 2003-06-12 10:36:46 $
+# last change: $Author: hr $ $Date: 2004-03-09 12:40:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,7 +64,7 @@ PRJ = ..$/..
PRJNAME = lingucomponent
TARGET = ulingu
-USE_DEFFILE=TRUE
+LIBTARGET=NO
#----- Settings ---------------------------------------------------------
@@ -72,21 +72,12 @@ USE_DEFFILE=TRUE
SLOFILES= \
- $(SLO)$/dictmgr.obj \
- $(SLO)$/csutil.obj
+ $(SLO)$/dictmgr.obj
-#SHL1TARGET= $(TARGET)
-SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX)
-
-SHL1STDLIBS=
-
-# build DLL
-SHL1DEPN=
-SHL1IMPLIB= i$(TARGET)
-SHL1LIBS= $(SLB)$/$(TARGET).lib
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-DEF1NAME= $(SHL1TARGET)
+LIB1TARGET= $(SLB)$/lib$(TARGET).lib
+LIB1ARCHIV= $(LB)/lib$(TARGET).a
+LIB1OBJFILES= $(SLOFILES)
# --- Targets ------------------------------------------------------