--- parser3/src/main/Attic/main.dsp 2001/03/11 12:22:00 1.47 +++ parser3/src/main/Attic/main.dsp 2001/10/05 17:33:50 1.130 @@ -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 /Za /W3 /O2 /I ".." /I "..\include" /I "..\types" /I "..\classes" /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 /Za /W3 /Gm /Zi /Od /I ".." /I "..\include" /I "..\types" /I "..\classes" /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,18 +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\core.h +SOURCE=..\include\pa_charset_connection.h # End Source File # Begin Source File -SOURCE=..\include\pa_array.h +SOURCE=..\include\pa_charset_manager.h # End Source File # Begin Source File @@ -102,14 +101,42 @@ SOURCE=..\include\pa_common.h # End Source File # Begin Source File +SOURCE=..\include\pa_config_fixed.h +# End Source File +# Begin Source File + +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 + SOURCE=..\include\pa_exception.h # End Source File # Begin Source File +SOURCE=..\include\pa_exec.h +# End Source File +# Begin Source File + +SOURCE=..\include\pa_globals.h +# End Source File +# Begin Source File + 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 @@ -118,6 +145,22 @@ SOURCE=..\include\pa_request.h # End Source File # Begin Source File +SOURCE=..\include\pa_sapi.h +# End Source File +# Begin Source File + +SOURCE=..\include\pa_socks.h +# End Source File +# Begin Source File + +SOURCE=..\include\pa_sql_connection.h +# End Source File +# Begin Source File + +SOURCE=..\include\pa_sql_driver_manager.h +# End Source File +# Begin Source File + SOURCE=..\include\pa_stack.h # End Source File # Begin Source File @@ -126,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 @@ -136,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 @@ -154,27 +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 - ren compile.tab.c 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 - ren compile.tab.c compile.tab.C + cd $(InputDir) + ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C # End Custom Build @@ -187,19 +238,19 @@ SOURCE=.\compile_tools.C # End Source File # Begin Source File -SOURCE=.\compile_tools.h +SOURCE=.\execute.C # End Source File # Begin Source File -SOURCE=.\core.C +SOURCE=.\pa_array.C # End Source File # Begin Source File -SOURCE=.\execute.C +SOURCE=.\pa_charset_connection.C # End Source File # Begin Source File -SOURCE=.\pa_array.C +SOURCE=.\pa_charset_manager.C # End Source File # Begin Source File @@ -207,151 +258,158 @@ SOURCE=.\pa_common.C # End Source File # Begin Source File -SOURCE=.\pa_exception.C +SOURCE=.\pa_dictionary.C # End Source File # Begin Source File -SOURCE=.\pa_hash.C +SOURCE=.\pa_dir.C # End Source File # Begin Source File -SOURCE=.\pa_pool.C +SOURCE=.\pa_exception.C # End Source File # Begin Source File -SOURCE=.\pa_request.C +SOURCE=.\pa_exec.C # End Source File # Begin Source File -SOURCE=.\pa_string.C -# End Source File -# Begin Source File +SOURCE=.\pa_globals.C -SOURCE=.\pa_table.C -# End Source File -# Begin Source File +!IF "$(CFG)" == "main - Win32 Release" -SOURCE=.\untaint.C -# End Source File -# End Group -# Begin Group "types" +!ELSEIF "$(CFG)" == "main - Win32 Debug" -# PROP Default_Filter "" -# Begin Source File +# ADD CPP /GX -SOURCE=..\types\pa_valiased.h -# End Source File -# Begin Source File +!ENDIF -SOURCE=..\types\pa_value.h # End Source File # Begin Source File -SOURCE=..\types\pa_vbool.h +SOURCE=.\pa_hash.C # End Source File # Begin Source File -SOURCE=..\types\pa_vcframe.h +SOURCE=.\pa_pool.C # End Source File # Begin Source File -SOURCE=..\types\pa_vclass.C +SOURCE=.\pa_request.C # End Source File # Begin Source File -SOURCE=..\types\pa_vclass.h +SOURCE=.\pa_socks.C # End Source File # Begin Source File -SOURCE=..\types\pa_vdouble.h +SOURCE=.\pa_sql_driver_manager.C # End Source File # Begin Source File -SOURCE=..\types\pa_vhash.h +SOURCE=.\pa_string.C # End Source File # Begin Source File -SOURCE=..\types\pa_vint.h +SOURCE=.\pa_table.C # End Source File # Begin Source File -SOURCE=..\types\pa_vjunction.h -# End Source File -# Begin Source File +SOURCE=.\pa_xslt_stylesheet_manager.C -SOURCE=..\types\pa_vmframe.h -# End Source File -# Begin Source File +!IF "$(CFG)" == "main - Win32 Release" -SOURCE=..\types\pa_vobject.h -# End Source File -# Begin Source File +!ELSEIF "$(CFG)" == "main - Win32 Debug" -SOURCE=..\types\pa_vobject_base.h -# End Source File -# Begin Source File +# ADD CPP /GX -SOURCE=..\types\pa_vstring.h -# End Source File -# Begin Source File +!ENDIF -SOURCE=..\types\pa_vunknown.h # End Source File # Begin Source File -SOURCE=..\types\pa_wcontext.C +SOURCE=.\untaint.C # End Source File +# End Group +# Begin Group "sql" + +# PROP Default_Filter "" # Begin Source File -SOURCE=..\types\pa_wcontext.h +SOURCE=..\sql\pa_sql_driver.h # End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=..\types\pa_wwrapper.h +SOURCE=.\compile_tools.h # End Source File # End Group -# Begin Group "classes" +# Begin Group "ident" # PROP Default_Filter "" # Begin Source File -SOURCE=..\classes\_double.h -# End Source File -# Begin Source File +SOURCE=..\ident.awk -SOURCE=..\classes\_env.h -# End Source File -# Begin Source File +!IF "$(CFG)" == "main - Win32 Release" -SOURCE=..\classes\_int.h -# End Source File -# Begin Source File +# Begin Custom Build - Up-to-dating ident.C... +InputPath=..\ident.awk -SOURCE=..\classes\_root.h -# 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\_string.h -# End Source File -# Begin Source File +"ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) -SOURCE=..\classes\double.C -# End Source File -# Begin Source File +"ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build -SOURCE=..\classes\env.C -# End Source File -# Begin Source File +!ELSEIF "$(CFG)" == "main - Win32 Debug" + +# Begin Custom Build - Up-to-dating ident.C... +InputPath=..\ident.awk + +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 \ + + +"ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) + +"ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build + +!ENDIF -SOURCE=..\classes\int.C # End Source File # Begin Source File -SOURCE=..\classes\root.C +SOURCE=.\ident.C # End Source File # Begin Source File -SOURCE=..\classes\string.C +SOURCE=.\ident.C.new # End Source File # End Group # End Target