From ba586dd6a6b6a9c9ed8037b377d0b42d27a495d1 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Wed, 6 Mar 2002 12:30:51 +0000 Subject: #i3114# change to YACCTARGET --- rsc/source/parser/makefile.mk | 14 +++----------- rsc/source/parser/rscibas.cxx | 6 +++--- rsc/source/parser/rscicpx.cxx | 6 +++--- rsc/source/parser/rscinit.cxx | 6 +++--- rsc/source/parser/rsclex.cxx | 6 +++--- rsc/source/parser/rscyacc.cxx | 6 +++--- 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 +#include /****************** 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 +#include /************************************************************************* |* 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 +#include /****************** 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 +#include #include #include 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" -- cgit