diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-06-13 14:11:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-06-13 14:11:27 +0000 |
commit | 1f109972f1df9f4e6ba9af61ad939d5f4cd06087 (patch) | |
tree | 1a297396b58bcb9427b38d8ae267e4ded18db99b /soltools/giparser | |
parent | 257a9ceab7af7371e02e3bfc5c10c0a0a9d93f8b (diff) |
build shared library objects
Diffstat (limited to 'soltools/giparser')
-rw-r--r-- | soltools/giparser/makefile.mk | 13 |
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 ------------------------------------------------------ |