--- parser3/src/main/Attic/main.dsp 2001/04/27 16:48:28 1.92.2.2 +++ parser3/src/main/Attic/main.dsp 2001/09/20 14:25:06 1.118 @@ -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 "..\..\..\xml-xalan\c\src" /I "..\..\..\xml-xerces\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,7 +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 +# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "..\..\..\xml-xalan\c\src" /I "..\..\..\xml-xerces\c\src" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c # SUBTRACT CPP /Fr # ADD BASE RSC /l 0x419 /d "_DEBUG" # ADD RSC /l 0x419 /d "_DEBUG" @@ -86,10 +86,6 @@ LIB32=link.exe -lib # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=..\include\code.h -# End Source File -# Begin Source File - SOURCE=..\include\pa_array.h # End Source File # Begin Source File @@ -106,6 +102,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 +126,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 +162,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,6 +176,10 @@ 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" @@ -186,25 +198,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 @@ -233,6 +247,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 +264,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,6 +304,19 @@ SOURCE=.\pa_table.C # End Source File # Begin Source File +SOURCE=.\pa_xslt_stylesheet_manager.C + +!IF "$(CFG)" == "main - Win32 Release" + +!ELSEIF "$(CFG)" == "main - Win32 Debug" + +# ADD CPP /GX + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\untaint.C # End Source File # End Group @@ -317,6 +357,44 @@ SOURCE=..\types\pa_vcookie.h # End Source File # Begin Source File +SOURCE=..\types\pa_vdate.h +# End Source File +# Begin Source File + +SOURCE=..\types\pa_vdnode.C + +!IF "$(CFG)" == "main - Win32 Release" + +!ELSEIF "$(CFG)" == "main - Win32 Debug" + +# ADD CPP /GX + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\types\pa_vdnode.h +# End Source File +# Begin Source File + +SOURCE=..\types\pa_vdom.C + +!IF "$(CFG)" == "main - Win32 Release" + +!ELSEIF "$(CFG)" == "main - Win32 Debug" + +# ADD CPP /GX + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\types\pa_vdom.h +# End Source File +# Begin Source File + SOURCE=..\types\pa_vdouble.h # End Source File # Begin Source File @@ -361,6 +439,10 @@ SOURCE=..\types\pa_vjunction.h # End Source File # Begin Source File +SOURCE=..\types\pa_vmath.h +# End Source File +# Begin Source File + SOURCE=..\types\pa_vmethod_frame.h # End Source File # Begin Source File @@ -401,11 +483,15 @@ SOURCE=..\types\pa_vstring.h # End Source File # Begin Source File +SOURCE=..\types\pa_vtable.C +# End Source File +# Begin Source File + SOURCE=..\types\pa_vtable.h # End Source File # Begin Source File -SOURCE=..\types\pa_vunknown.h +SOURCE=..\types\pa_vvoid.h # End Source File # Begin Source File @@ -425,6 +511,35 @@ SOURCE=..\types\pa_wwrapper.h # PROP Default_Filter "" # Begin Source File +SOURCE=..\classes\classes.awk + +!IF "$(CFG)" == "main - Win32 Release" + +# Begin Custom Build - Scanning classes/, creating classes.inc... +InputPath=..\classes\classes.awk + +"..\classes\classes.inc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\classes + classes + +# End Custom Build + +!ELSEIF "$(CFG)" == "main - Win32 Debug" + +# Begin Custom Build - Scanning classes/, creating classes.inc... +InputPath=..\classes\classes.awk + +"..\classes\classes.inc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\classes + classes + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\classes\classes.C # End Source File # Begin Source File @@ -433,7 +548,37 @@ SOURCE=..\classes\classes.h # End Source File # Begin Source File -SOURCE=..\classes\classes.inc +SOURCE=..\classes\date.C +# End Source File +# Begin Source File + +SOURCE=..\classes\dnode.C + +!IF "$(CFG)" == "main - Win32 Release" + +!ELSEIF "$(CFG)" == "main - Win32 Debug" + +# ADD CPP /GX + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\classes\dnode.h +# End Source File +# Begin Source File + +SOURCE=..\classes\dom.C + +!IF "$(CFG)" == "main - Win32 Release" + +!ELSEIF "$(CFG)" == "main - Win32 Debug" + +# ADD CPP /GX + +!ENDIF + # End Source File # Begin Source File @@ -449,6 +594,10 @@ SOURCE=..\classes\form.C # End Source File # Begin Source File +SOURCE=..\classes\hash.C +# End Source File +# Begin Source File + SOURCE=..\classes\image.C # End Source File # Begin Source File @@ -461,11 +610,11 @@ SOURCE=..\classes\mail.C # End Source File # Begin Source File -SOURCE=..\classes\op.C +SOURCE=..\classes\math.C # End Source File # Begin Source File -SOURCE=..\classes\random.C +SOURCE=..\classes\op.C # End Source File # Begin Source File @@ -481,7 +630,7 @@ SOURCE=..\classes\table.C # End Source File # Begin Source File -SOURCE=..\classes\unknown.C +SOURCE=..\classes\void.C # End Source File # End Group # Begin Group "sql" @@ -492,5 +641,45 @@ SOURCE=..\classes\unknown.C SOURCE=..\sql\pa_sql_driver.h # End Source File # End Group +# Begin Source File + +SOURCE="..\..\..\xml-xalan\c\Build\Win32\VC6\Debug\XSLTD.lib" +# End Source File +# Begin Source File + +SOURCE="..\..\..\xml-xalan\c\Build\Win32\VC6\Debug\XPathD.lib" +# End Source File +# Begin Source File + +SOURCE="..\..\..\xml-xalan\c\Build\Win32\VC6\Debug\XalanTransformerD.lib" +# End Source File +# Begin Source File + +SOURCE="..\..\..\xml-xalan\c\Build\Win32\VC6\Debug\XalanDOMD.lib" +# End Source File +# Begin Source File + +SOURCE="..\..\..\xml-xalan\c\Build\Win32\VC6\Debug\DOMSupportD.lib" +# End Source File +# Begin Source File + +SOURCE="..\..\..\xml-xalan\c\Build\Win32\VC6\Debug\PlatformSupportD.lib" +# End Source File +# Begin Source File + +SOURCE="..\..\..\xml-xalan\c\Build\Win32\VC6\Debug\XMLSupportD.lib" +# End Source File +# Begin Source File + +SOURCE="..\..\..\xml-xalan\c\Build\Win32\VC6\Debug\XercesParserLiaisonD.lib" +# End Source File +# Begin Source File + +SOURCE="..\..\..\xml-xalan\c\Build\Win32\VC6\Debug\XalanSourceTreeD.lib" +# End Source File +# Begin Source File + +SOURCE="..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib" +# End Source File # End Target # End Project