summaryrefslogtreecommitdiffstats
path: root/soltools/giparser
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-03 08:01:43 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-03 08:01:43 +0000
commite1ae0b16d3597e031cc96eaa5aa0b26ac7af3d52 (patch)
treeeb3d141e81f26bbdf7bb81918ae595380b8bf3e1 /soltools/giparser
parentINTEGRATION: CWS comptrans1 (1.1.56); FILE MERGED (diff)
downloadcore-e1ae0b16d3597e031cc96eaa5aa0b26ac7af3d52.tar.gz
core-e1ae0b16d3597e031cc96eaa5aa0b26ac7af3d52.zip
INTEGRATION: CWS sunone8ccsparc (1.8.76); FILE MERGED
2004/04/07 15:32:47 hr 1.8.76.2: #i27527#: enable exceptions (reduces warnings about try/catch constructs in STL headers 2004/04/06 16:33:13 hr 1.8.76.1: #i27527#: remove GenInfoParser stuff
Diffstat (limited to 'soltools/giparser')
-rw-r--r--soltools/giparser/makefile.mk24
1 files changed, 3 insertions, 21 deletions
diff --git a/soltools/giparser/makefile.mk b/soltools/giparser/makefile.mk
index c659642bac0b..e14091e1b9ca 100644
--- a/soltools/giparser/makefile.mk
+++ b/soltools/giparser/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $
+# last change: $Author: rt $ $Date: 2004-05-03 09:01:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,6 +66,7 @@ PRJNAME=soltools
TARGET=soltools_giparser
TARGETTYPE=CUI
NO_SHL_DESCRIPTION=TRUE
+ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
@@ -75,8 +76,6 @@ NO_SHL_DESCRIPTION=TRUE
# --- Files --------------------------------------------------------
-#DEPOBJFILES=$(SLO)$/GenInfoParser.obj
-
OBJFILES=\
$(OBJ)$/gen_info.obj \
$(OBJ)$/gi_list.obj \
@@ -89,23 +88,6 @@ 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
-
-#.IF "$(GUI)"=="WNT"
-#SHL1STDLIBS= msvcirt.lib $(PERLLIB)
-#.ENDIF
-
-#DEF1NAME= $(SHL1TARGET)
-#DEF1DEPN= makefile.mk
-#DEF1DES= GenInfoParser
-#DEF1EXPORTFILE= geninfoparser.dxp
-
# --- Targets ------------------------------------------------------