summaryrefslogtreecommitdiffstats
path: root/soltools/giparser
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-07-30 11:52:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-07-30 11:52:07 +0000
commit08ff10d3b730a1c210a56bf9c32bb39f5812dcbc (patch)
tree634e7481d7a1afb193a856931de47756e0da5067 /soltools/giparser
parentadd: join from OO632 (diff)
downloadcore-08ff10d3b730a1c210a56bf9c32bb39f5812dcbc.tar.gz
core-08ff10d3b730a1c210a56bf9c32bb39f5812dcbc.zip
temporary disable GenInfoParser.cxx
Diffstat (limited to 'soltools/giparser')
-rw-r--r--soltools/giparser/makefile.mk34
1 files changed, 17 insertions, 17 deletions
diff --git a/soltools/giparser/makefile.mk b/soltools/giparser/makefile.mk
index d534a44dcc81..cdcdc66053aa 100644
--- a/soltools/giparser/makefile.mk
+++ b/soltools/giparser/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: hjs $ $Date: 2001-06-19 14:41:08 $
+# last change: $Author: hr $ $Date: 2001-07-30 12:52:07 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,7 +74,7 @@ NO_SHL_DESCRIPTION=TRUE
# --- Files --------------------------------------------------------
-DEPOBJFILES=$(SLO)$/GenInfoParser.obj
+#DEPOBJFILES=$(SLO)$/GenInfoParser.obj
OBJFILES=\
$(OBJ)$/gen_info.obj \
@@ -88,22 +88,22 @@ SLOFILES=\
$(SLO)$/gi_parse.obj \
$(SLO)$/st_gilrw.obj
-SHL1TARGET= GenInfoParser
-SHL1LIBS= $(SLB)$/soltools_support.lib $(SLB)$/soltools_giparser.lib
-SHL1IMPLIB= i$(TARGET)
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-SHL1OBJS= $(SLO)$/GenInfoParser.obj
-#perl libraries not in LD_LIBRARY_PATH
-SHL1NOCHECK=TRUE
+#SHL1TARGET= GenInfoParser
+#SHL1LIBS= $(SLB)$/soltools_support.lib $(SLB)$/soltools_giparser.lib
+#SHL1IMPLIB= i$(TARGET)
+#SHL1DEF= $(MISC)$/$(SHL1TARGET).def
+#SHL1OBJS= $(SLO)$/GenInfoParser.obj
+##perl libraries not in LD_LIBRARY_PATH
+#SHL1NOCHECK=TRUE
-.IF "$(GUI)"=="WNT"
-SHL1STDLIBS= msvcirt.lib $(PERLLIB)
-.ENDIF
+#.IF "$(GUI)"=="WNT"
+#SHL1STDLIBS= msvcirt.lib $(PERLLIB)
+#.ENDIF
-DEF1NAME= $(SHL1TARGET)
-DEF1DEPN= makefile.mk
-DEF1DES= GenInfoParser
-DEF1EXPORTFILE= geninfoparser.dxp
+#DEF1NAME= $(SHL1TARGET)
+#DEF1DEPN= makefile.mk
+#DEF1DES= GenInfoParser
+#DEF1EXPORTFILE= geninfoparser.dxp
# --- Targets ------------------------------------------------------