diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-04-23 10:19:16 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-04-23 10:19:16 +0000 |
commit | fca6c1676dfca45448fcf12df04557063300ea2a (patch) | |
tree | 9aa41e6ec39553ed1188559973b991a144fe1ab1 /soltools/javadep | |
parent | 46aaa08abab13dacbb584c01edcfd121fe570c27 (diff) |
Removed usage of getopt.lib
Diffstat (limited to 'soltools/javadep')
-rw-r--r-- | soltools/javadep/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/soltools/javadep/makefile.mk b/soltools/javadep/makefile.mk index a0d691ab30e0..0f7be4719f4b 100644 --- a/soltools/javadep/makefile.mk +++ b/soltools/javadep/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: nf $ $Date: 2001-04-18 09:50:15 $ +# last change: $Author: nf $ $Date: 2001-04-23 11:19:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,11 +78,6 @@ NO_DEFAULT_STL=TRUE APP1TARGET = javadep APP1OBJS = $(OBJ)$/javadep.obj -.IF "$(GUI)"=="WNT" -APP1STDLIBS = gnu_getopt.lib -.ELSE # "$(GUI)"=="WNT" -APP1STDLIBS = -lgnu_getopt -.ENDIF # "$(GUI)"=="WNT" DEPOBJFILES = $(APP1OBJS) # --- Targets ------------------------------------------------------ |