--- parser3/src/main/Attic/main.dsp 2001/03/29 09:31:44 1.70 +++ parser3/src/main/Attic/main.dsp 2001/05/08 06:00:37 1.97 @@ -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 ".." /I "..\include" /I "..\types" /I "..\classes" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /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 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 ".." /I "..\include" /I "..\types" /I "..\classes" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /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 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,10 +102,18 @@ SOURCE=..\include\pa_config_includes.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 @@ -118,6 +122,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 @@ -130,6 +138,18 @@ 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 @@ -166,25 +186,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) + 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) + bison -v $(InputName).y -o compile.tab.C # End Custom Build @@ -213,10 +235,18 @@ 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 @@ -233,6 +263,14 @@ 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 # End Source File # Begin Source File @@ -265,11 +303,11 @@ SOURCE=..\types\pa_vbool.h # End Source File # Begin Source File -SOURCE=..\types\pa_vcframe.h +SOURCE=..\types\pa_vclass.h # End Source File # Begin Source File -SOURCE=..\types\pa_vclass.h +SOURCE=..\types\pa_vcode_frame.h # End Source File # Begin Source File @@ -309,6 +347,14 @@ 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 @@ -317,7 +363,7 @@ SOURCE=..\types\pa_vjunction.h # End Source File # Begin Source File -SOURCE=..\types\pa_vmframe.h +SOURCE=..\types\pa_vmethod_frame.h # End Source File # Begin Source File @@ -349,6 +395,10 @@ 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 @@ -377,67 +427,96 @@ SOURCE=..\types\pa_wwrapper.h # PROP Default_Filter "" # Begin Source File -SOURCE=..\classes\_double.h +SOURCE=..\classes\classes.awk + +!IF "$(CFG)" == "main - Win32 Release" + +# Begin Custom Build - 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 - 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\_file.h +SOURCE=..\classes\classes.C # End Source File # Begin Source File -SOURCE=..\classes\_form.h +SOURCE=..\classes\classes.h # End Source File # Begin Source File -SOURCE=..\classes\_int.h +SOURCE=..\classes\double.C # End Source File # Begin Source File -SOURCE=..\classes\_response.h +SOURCE=..\classes\file.C # End Source File # Begin Source File -SOURCE=..\classes\_root.h +SOURCE=..\classes\form.C # End Source File # Begin Source File -SOURCE=..\classes\_string.h +SOURCE=..\classes\image.C # End Source File # Begin Source File -SOURCE=..\classes\_table.h +SOURCE=..\classes\int.C # End Source File # Begin Source File -SOURCE=..\classes\double.C +SOURCE=..\classes\mail.C # End Source File # Begin Source File -SOURCE=..\classes\file.C +SOURCE=..\classes\op.C # End Source File # Begin Source File -SOURCE=..\classes\form.C +SOURCE=..\classes\random.C # End Source File # Begin Source File -SOURCE=..\classes\int.C +SOURCE=..\classes\response.C # End Source File # Begin Source File -SOURCE=..\classes\response.C +SOURCE=..\classes\string.C # End Source File # Begin Source File -SOURCE=..\classes\root.C +SOURCE=..\classes\table.C # End Source File # Begin Source File -SOURCE=..\classes\string.C +SOURCE=..\classes\unknown.C # End Source File +# End Group +# Begin Group "sql" + +# PROP Default_Filter "" # Begin Source File -SOURCE=..\classes\table.C +SOURCE=..\sql\pa_sql_driver.h # End Source File # End Group # End Target