summaryrefslogtreecommitdiffstats
path: root/soltools/giparser
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-06-13 14:11:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-06-13 14:11:27 +0000
commit1f109972f1df9f4e6ba9af61ad939d5f4cd06087 (patch)
tree1a297396b58bcb9427b38d8ae267e4ded18db99b /soltools/giparser
parentSRC635 (diff)
downloadcore-1f109972f1df9f4e6ba9af61ad939d5f4cd06087.tar.gz
core-1f109972f1df9f4e6ba9af61ad939d5f4cd06087.zip
build shared library objects
Diffstat (limited to 'soltools/giparser')
-rw-r--r--soltools/giparser/makefile.mk13
1 files changed, 8 insertions, 5 deletions
diff --git a/soltools/giparser/makefile.mk b/soltools/giparser/makefile.mk
index c89feb9fae6b..b3dc209c1ac0 100644
--- a/soltools/giparser/makefile.mk
+++ b/soltools/giparser/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: np $ $Date: 2001-06-11 16:04:51 $
+# last change: $Author: hr $ $Date: 2001-06-13 15:11:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,6 +65,7 @@ PRJ=..
PRJNAME=soltools
TARGET=soltools_giparser
TARGETTYPE=CUI
+LIBTARGET=NO
@@ -82,9 +83,11 @@ OBJFILES=\
$(OBJ)$/gi_parse.obj \
$(OBJ)$/st_gilrw.obj
-
-
-
+SLOFILES=\
+ $(SLO)$/gen_info.obj \
+ $(SLO)$/gi_list.obj \
+ $(SLO)$/gi_parse.obj \
+ $(SLO)$/st_gilrw.obj
# --- Targets ------------------------------------------------------