--- parser3/src/main/Attic/main.dsp 2001/04/27 15:19:30 1.92.2.1 +++ parser3/src/main/Attic/main.dsp 2001/09/26 15:43:59 1.125 @@ -23,8 +23,8 @@ CFG=main - Win32 Debug # Begin Project # PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" +# PROP Scc_ProjName "main" +# PROP Scc_LocalPath ".." CPP=cl.exe RSC=rc.exe @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /O2 /I "..\libltdl" /I "..\include" /I "..\types" /I "..\classes" /I "..\classes\gd" /I "..\pcre" /I "..\sql" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c # ADD BASE RSC /l 0x419 /d "NDEBUG" # ADD RSC /l 0x419 /d "NDEBUG" BSC32=bscmake.exe @@ -64,8 +64,7 @@ LIB32=link.exe -lib # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c -# SUBTRACT CPP /Fr +# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c # ADD BASE RSC /l 0x419 /d "_DEBUG" # ADD RSC /l 0x419 /d "_DEBUG" BSC32=bscmake.exe @@ -83,11 +82,7 @@ LIB32=link.exe -lib # Name "main - Win32 Debug" # Begin Group "include" -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\include\code.h -# End Source File +# PROP Default_Filter "" # Begin Source File SOURCE=..\include\pa_array.h @@ -106,6 +101,10 @@ SOURCE=..\include\pa_config_includes.h # End Source File # Begin Source File +SOURCE=..\include\pa_dictionary.h +# End Source File +# Begin Source File + SOURCE=..\include\pa_dir.h # End Source File # Begin Source File @@ -126,6 +125,10 @@ SOURCE=..\include\pa_hash.h # End Source File # Begin Source File +SOURCE=..\include\pa_opcode.h +# End Source File +# Begin Source File + SOURCE=..\include\pa_pool.h # End Source File # Begin Source File @@ -158,6 +161,10 @@ SOURCE=..\include\pa_string.h # End Source File # Begin Source File +SOURCE=..\include\pa_stylesheet_connection.h +# End Source File +# Begin Source File + SOURCE=..\include\pa_table.h # End Source File # Begin Source File @@ -168,8 +175,12 @@ SOURCE=..\include\pa_threads.h SOURCE=..\include\pa_types.h # End Source File +# Begin Source File + +SOURCE=..\include\pa_xslt_stylesheet_manager.h +# End Source File # End Group -# Begin Group "main" +# Begin Group "Source Files" # PROP Default_Filter "C;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File @@ -186,25 +197,27 @@ SOURCE=.\compile.y !IF "$(CFG)" == "main - Win32 Release" -# Begin Custom Build +# Begin Custom Build - Compiling grammar... +InputDir=. InputPath=.\compile.y InputName=compile "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - call VCVARS32 - d:\cygwin\bin\bison -v $(InputName).y -o compile.tab.C + cd $(InputDir) + ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C # End Custom Build !ELSEIF "$(CFG)" == "main - Win32 Debug" -# Begin Custom Build +# Begin Custom Build - Compiling grammar... +InputDir=. InputPath=.\compile.y InputName=compile "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - call VCVARS32 - d:\cygwin\bin\bison -v $(InputName).y -o compile.tab.C + cd $(InputDir) + ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C # End Custom Build @@ -217,10 +230,6 @@ SOURCE=.\compile_tools.C # End Source File # Begin Source File -SOURCE=.\compile_tools.h -# End Source File -# Begin Source File - SOURCE=.\execute.C # End Source File # Begin Source File @@ -233,6 +242,10 @@ SOURCE=.\pa_common.C # End Source File # Begin Source File +SOURCE=.\pa_dictionary.C +# End Source File +# Begin Source File + SOURCE=.\pa_dir.C # End Source File # Begin Source File @@ -246,6 +259,15 @@ SOURCE=.\pa_exec.C # Begin Source File SOURCE=.\pa_globals.C + +!IF "$(CFG)" == "main - Win32 Release" + +!ELSEIF "$(CFG)" == "main - Win32 Debug" + +# ADD CPP /GX + +!ENDIF + # End Source File # Begin Source File @@ -277,247 +299,81 @@ SOURCE=.\pa_table.C # End Source File # Begin Source File -SOURCE=.\untaint.C -# End Source File -# End Group -# Begin Group "types" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\types\pa_valiased.C -# End Source File -# Begin Source File - -SOURCE=..\types\pa_valiased.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_value.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vbool.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vclass.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vcode_frame.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vcookie.C -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vcookie.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vdouble.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_venv.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vfile.C -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vfile.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vform.C -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vform.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vhash.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vimage.C -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vimage.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vint.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vjunction.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vmethod_frame.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vobject.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vrequest.C -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vrequest.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vresponse.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vstateless_class.C -# End Source File -# Begin Source File +SOURCE=.\pa_xslt_stylesheet_manager.C -SOURCE=..\types\pa_vstateless_class.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vstateless_object.h -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vstring.C -# End Source File -# Begin Source File - -SOURCE=..\types\pa_vstring.h -# End Source File -# Begin Source File +!IF "$(CFG)" == "main - Win32 Release" -SOURCE=..\types\pa_vtable.h -# End Source File -# Begin Source File +!ELSEIF "$(CFG)" == "main - Win32 Debug" -SOURCE=..\types\pa_vunknown.h -# End Source File -# Begin Source File +# ADD CPP /GX -SOURCE=..\types\pa_wcontext.C -# End Source File -# Begin Source File +!ENDIF -SOURCE=..\types\pa_wcontext.h # End Source File # Begin Source File -SOURCE=..\types\pa_wwrapper.h +SOURCE=.\untaint.C # End Source File # End Group -# Begin Group "classes" +# Begin Group "sql" # PROP Default_Filter "" # Begin Source File -SOURCE=..\classes\_double.h -# End Source File -# Begin Source File - -SOURCE=..\classes\_file.h -# End Source File -# Begin Source File - -SOURCE=..\classes\_form.h -# End Source File -# Begin Source File - -SOURCE=..\classes\_int.h -# End Source File -# Begin Source File - -SOURCE=..\classes\_response.h -# End Source File -# Begin Source File - -SOURCE=..\classes\_string.h -# End Source File -# Begin Source File - -SOURCE=..\classes\_unknown.h -# End Source File -# Begin Source File - -SOURCE=..\classes\classes.C -# End Source File -# Begin Source File - -SOURCE=..\classes\classes.h -# End Source File -# Begin Source File - -SOURCE=..\classes\classes.inc +SOURCE=..\sql\pa_sql_driver.h # End Source File -# Begin Source File +# End Group +# Begin Group "Header Files" -SOURCE=..\classes\double.C -# End Source File +# PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=..\classes\file.C +SOURCE=.\compile_tools.h # End Source File -# Begin Source File +# End Group +# Begin Group "ident" -SOURCE=..\classes\form.C -# End Source File +# PROP Default_Filter "" # Begin Source File -SOURCE=..\classes\image.C -# End Source File -# Begin Source File +SOURCE=..\ident.awk -SOURCE=..\classes\int.C -# End Source File -# Begin Source File +!IF "$(CFG)" == "main - Win32 Release" -SOURCE=..\classes\mail.C -# End Source File -# Begin Source File +# Begin Custom Build - Collecting $Id: main.dsp,v 1.125 2001/09/26 15:43:59 parser Exp $, creating ident.C... +InputPath=..\ident.awk -SOURCE=..\classes\op.C -# End Source File -# Begin Source File +"ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + SET tools=\parser3project\win32tools + DEL ident.C + ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new + %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new + %tools%\touch 0101000001 ident.C.new + REN ident.C.new ident.C + +# End Custom Build -SOURCE=..\classes\random.C -# End Source File -# Begin Source File +!ELSEIF "$(CFG)" == "main - Win32 Debug" -SOURCE=..\classes\response.C -# End Source File -# Begin Source File +# Begin Custom Build - Collecting $Id: main.dsp,v 1.125 2001/09/26 15:43:59 parser Exp $, creating ident.C... +InputPath=..\ident.awk -SOURCE=..\classes\string.C -# End Source File -# Begin Source File +"ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + SET tools=\parser3project\win32tools + DEL ident.C + ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new + %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new + %tools%\touch 0101000001 ident.C.new + REN ident.C.new ident.C + +# End Custom Build -SOURCE=..\classes\table.C -# End Source File -# Begin Source File +!ENDIF -SOURCE=..\classes\unknown.C # End Source File -# End Group -# Begin Group "sql" - -# PROP Default_Filter "" # Begin Source File -SOURCE=..\sql\pa_sql_driver.h +SOURCE=.\ident.C # End Source File # End Group # End Target