summaryrefslogtreecommitdiff
path: root/rsc/source
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-03-06 12:30:51 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-03-06 12:30:51 +0000
commitba586dd6a6b6a9c9ed8037b377d0b42d27a495d1 (patch)
tree67aa1cd09f332f77e54ea131bdf1d63764520c1a /rsc/source
parent1a4c67d19713434cad20bf50fa650bb1ddfbdefa (diff)
#i3114# change to YACCTARGET
Diffstat (limited to 'rsc/source')
-rw-r--r--rsc/source/parser/makefile.mk14
-rw-r--r--rsc/source/parser/rscibas.cxx6
-rw-r--r--rsc/source/parser/rscicpx.cxx6
-rw-r--r--rsc/source/parser/rscinit.cxx6
-rw-r--r--rsc/source/parser/rsclex.cxx6
-rw-r--r--rsc/source/parser/rscyacc.cxx6
6 files changed, 18 insertions, 26 deletions
diff --git a/rsc/source/parser/makefile.mk b/rsc/source/parser/makefile.mk
index a1563686ed64..bfdfb11b69dc 100644
--- a/rsc/source/parser/makefile.mk
+++ b/rsc/source/parser/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+# last change: $Author: hjs $ $Date: 2002-03-06 13:30:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -69,20 +69,12 @@ TARGET=rscpar
# --- Settings -----------------------------------------------------
-.IF "$(COM)"=="ICC"
-CFLAGS+= /O-
-.ENDIF
-
#prjpch=T
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
-YACCOUT=$(INCCOM)
-
-YACCTARGET= $(YACCOUT)$/rscyacc.yxx
+YACCTARGET= $(INCCOM)$/yyrscyacc.cxx
YACCFILES= rscyacc.y
CXXFILES= rscpar.cxx \
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index 10a925328ed8..4151f033a92d 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscibas.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hjs $ $Date: 2001-07-13 12:22:18 $
+ * last change: $Author: hjs $ $Date: 2002-03-06 13:30:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@
#include "rsclex.hxx"
-#include <rscyacc.yxx.h>
+#include <yyrscyacc.hxx>
/****************** M A C R O S ******************************************/
void RscTypCont::SETCONST( RscConst * pClass, char * szString, UINT32 nVal )
diff --git a/rsc/source/parser/rscicpx.cxx b/rsc/source/parser/rscicpx.cxx
index 0732a349eb84..5b725dfe42d7 100644
--- a/rsc/source/parser/rscicpx.cxx
+++ b/rsc/source/parser/rscicpx.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscicpx.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pl $ $Date: 2002-02-26 10:30:58 $
+ * last change: $Author: hjs $ $Date: 2002-03-06 13:30:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@
#endif
#include "rsclex.hxx"
-#include <rscyacc.yxx.h>
+#include <yyrscyacc.hxx>
/*************************************************************************
|* RscTypCont::InsWinBit()
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 23bd252f4e7c..dfbc6bde7bff 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscinit.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: pl $ $Date: 2001-10-10 11:51:23 $
+ * last change: $Author: hjs $ $Date: 2002-03-06 13:30:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,7 +105,7 @@
#endif
#include "rsclex.hxx"
-#include <rscyacc.yxx.h>
+#include <yyrscyacc.hxx>
/****************** M a c r o s ******************************************/
#define INS_WINBIT( pClass, WinBit ) \
diff --git a/rsc/source/parser/rsclex.cxx b/rsc/source/parser/rsclex.cxx
index 1b96a6b339c6..9932d4070605 100644
--- a/rsc/source/parser/rsclex.cxx
+++ b/rsc/source/parser/rsclex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsclex.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pl $ $Date: 2001-11-05 14:44:05 $
+ * last change: $Author: hjs $ $Date: 2002-03-06 13:30:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@
#endif
#include "rsclex.hxx"
-#include <rscyacc.yxx.h>
+#include <yyrscyacc.hxx>
#include <rtl/textcvt.h>
#include <rtl/textenc.h>
diff --git a/rsc/source/parser/rscyacc.cxx b/rsc/source/parser/rscyacc.cxx
index 05e4819007bd..b508af97c9a1 100644
--- a/rsc/source/parser/rscyacc.cxx
+++ b/rsc/source/parser/rscyacc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscyacc.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-10-10 11:51:23 $
+ * last change: $Author: hjs $ $Date: 2002-03-06 13:30:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -311,5 +311,5 @@ RSCINST GetFirstTupelEle( const RSCINST & rTop )
#endif
#endif
-#include "rscyacc.yxx"
+#include "yyrscyacc.cxx"