--- parser3/src/main/Attic/main.dsp 2001/04/12 15:02:41 1.91 +++ parser3/src/main/Attic/main.dsp 2001/10/12 12:15:32 1.132 @@ -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 "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c +# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\classes\\" /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" /I "..\classes\xalan-patched" /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 "..\include" /I "..\types" /I "..\classes" /I "..\classes\gd" /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 "xalan-patched" /I "..\classes\\" /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" /I "..\classes\xalan-patched" /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,14 +82,18 @@ LIB32=link.exe -lib # Name "main - Win32 Debug" # Begin Group "include" -# PROP Default_Filter "h;hpp;hxx;hm;inl" +# PROP Default_Filter "" # Begin Source File -SOURCE=..\include\code.h +SOURCE=..\include\pa_array.h # End Source File # Begin Source File -SOURCE=..\include\pa_array.h +SOURCE=..\include\pa_charset_connection.h +# End Source File +# Begin Source File + +SOURCE=..\include\pa_charset_manager.h # End Source File # Begin Source File @@ -106,6 +109,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 +133,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 +169,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 +183,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 +205,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 +238,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 @@ -229,303 +246,170 @@ SOURCE=.\pa_array.C # End Source File # Begin Source File -SOURCE=.\pa_common.C -# End Source File -# Begin Source File - -SOURCE=.\pa_dir.C -# End Source File -# Begin Source File - -SOURCE=.\pa_exception.C -# End Source File -# Begin Source File - -SOURCE=.\pa_exec.C -# End Source File -# Begin Source File - -SOURCE=.\pa_globals.C -# End Source File -# Begin Source File - -SOURCE=.\pa_hash.C -# End Source File -# Begin Source File - -SOURCE=.\pa_pool.C -# End Source File -# Begin Source File - -SOURCE=.\pa_request.C -# End Source File -# Begin Source File - -SOURCE=.\pa_socks.C -# End Source File -# Begin Source File - -SOURCE=.\pa_sql_driver_manager.C -# End Source File -# Begin Source File - -SOURCE=.\pa_string.C +SOURCE=.\pa_charset_connection.C # End Source File # Begin Source File -SOURCE=.\pa_table.C +SOURCE=.\pa_charset_manager.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 +SOURCE=.\pa_common.C # End Source File # Begin Source File -SOURCE=..\types\pa_vfile.C +SOURCE=.\pa_dictionary.C # End Source File # Begin Source File -SOURCE=..\types\pa_vfile.h +SOURCE=.\pa_dir.C # End Source File # Begin Source File -SOURCE=..\types\pa_vform.C +SOURCE=.\pa_exception.C # End Source File # Begin Source File -SOURCE=..\types\pa_vform.h +SOURCE=.\pa_exec.C # End Source File # Begin Source File -SOURCE=..\types\pa_vhash.h -# End Source File -# Begin Source File +SOURCE=.\pa_globals.C -SOURCE=..\types\pa_vimage.C -# End Source File -# Begin Source File +!IF "$(CFG)" == "main - Win32 Release" -SOURCE=..\types\pa_vimage.h -# End Source File -# Begin Source File +!ELSEIF "$(CFG)" == "main - Win32 Debug" -SOURCE=..\types\pa_vint.h -# End Source File -# Begin Source File +# ADD CPP /GX -SOURCE=..\types\pa_vjunction.h -# End Source File -# Begin Source File +!ENDIF -SOURCE=..\types\pa_vmethod_frame.h # End Source File # Begin Source File -SOURCE=..\types\pa_vobject.h +SOURCE=.\pa_hash.C # End Source File # Begin Source File -SOURCE=..\types\pa_vrequest.C +SOURCE=.\pa_pool.C # End Source File # Begin Source File -SOURCE=..\types\pa_vrequest.h +SOURCE=.\pa_request.C # End Source File # Begin Source File -SOURCE=..\types\pa_vresponse.h +SOURCE=.\pa_socks.C # End Source File # Begin Source File -SOURCE=..\types\pa_vstateless_class.C +SOURCE=.\pa_sql_driver_manager.C # End Source File # Begin Source File -SOURCE=..\types\pa_vstateless_class.h +SOURCE=.\pa_string.C # End Source File # Begin Source File -SOURCE=..\types\pa_vstateless_object.h +SOURCE=.\pa_table.C # End Source File # Begin Source File -SOURCE=..\types\pa_vstring.C -# End Source File -# Begin Source File +SOURCE=.\pa_xslt_stylesheet_manager.C -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\_image.h -# End Source File -# Begin Source File - -SOURCE=..\classes\_int.h -# End Source File -# Begin Source File - -SOURCE=..\classes\_mail.h -# End Source File -# Begin Source File - -SOURCE=..\classes\_op.h +SOURCE=..\sql\pa_sql_driver.h # End Source File -# Begin Source File +# End Group +# Begin Group "Header Files" -SOURCE=..\classes\_random.h -# End Source File +# PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=..\classes\_response.h +SOURCE=.\compile_tools.h # End Source File -# Begin Source File +# End Group +# Begin Group "ident" -SOURCE=..\classes\_string.h -# End Source File +# PROP Default_Filter "" # Begin Source File -SOURCE=..\classes\_table.h -# End Source File -# Begin Source File +SOURCE=..\ident.awk -SOURCE=..\classes\_unknown.h -# End Source File -# Begin Source File +!IF "$(CFG)" == "main - Win32 Release" -SOURCE=..\classes\double.C -# End Source File -# Begin Source File +# Begin Custom Build - Up-to-dating ident.C... +InputPath=..\ident.awk -SOURCE=..\classes\file.C -# End Source File -# Begin Source File +BuildCmds= \ + SET tools=\parser3project\win32tools \ + ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \ + REN ident.C ident.C.old \ + %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new \ + REN ident.C.old ident.C \ + %tools%\diff ident.C ident.C.new \ + IF ERRORLEVEL 1 COPY ident.C.new ident.C \ + %tools%\touch 0101000001 ident.C.new \ + -SOURCE=..\classes\form.C -# End Source File -# Begin Source File +"ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) -SOURCE=..\classes\image.C -# End Source File -# Begin Source File +"ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build -SOURCE=..\classes\int.C -# End Source File -# Begin Source File +!ELSEIF "$(CFG)" == "main - Win32 Debug" -SOURCE=..\classes\mail.C -# End Source File -# Begin Source File +# Begin Custom Build - Up-to-dating ident.C... +InputPath=..\ident.awk -SOURCE=..\classes\op.C -# End Source File -# Begin Source File +BuildCmds= \ + SET tools=\parser3project\win32tools \ + ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \ + REN ident.C ident.C.old \ + %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new \ + REN ident.C.old ident.C \ + %tools%\diff ident.C ident.C.new \ + IF ERRORLEVEL 1 COPY ident.C.new ident.C \ + %tools%\touch 0101000001 ident.C.new \ + -SOURCE=..\classes\random.C -# End Source File -# Begin Source File +"ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) -SOURCE=..\classes\response.C -# End Source File -# Begin Source File +"ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build -SOURCE=..\classes\string.C -# End Source File -# Begin Source File +!ENDIF -SOURCE=..\classes\table.C # End Source File # Begin Source File -SOURCE=..\classes\unknown.C +SOURCE=.\ident.C # End Source File -# End Group -# Begin Group "sql" - -# PROP Default_Filter "" # Begin Source File -SOURCE=..\sql\pa_sql_driver.h +SOURCE=.\ident.C.new # End Source File # End Group # End Target