|
|
| version 1.24, 2001/02/23 14:18:27 | version 1.73, 2001/04/03 09:58:10 |
|---|---|
| Line 41 RSC=rc.exe | Line 41 RSC=rc.exe |
| # PROP Intermediate_Dir "Release" | # PROP Intermediate_Dir "Release" |
| # PROP Target_Dir "" | # PROP Target_Dir "" |
| # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c | # 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" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c | # ADD CPP /nologo /MD /W3 /O2 /I ".." /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c |
| # ADD BASE RSC /l 0x419 /d "NDEBUG" | # ADD BASE RSC /l 0x419 /d "NDEBUG" |
| # ADD RSC /l 0x419 /d "NDEBUG" | # ADD RSC /l 0x419 /d "NDEBUG" |
| BSC32=bscmake.exe | BSC32=bscmake.exe |
| Line 64 LIB32=link.exe -lib | Line 64 LIB32=link.exe -lib |
| # PROP Intermediate_Dir "Debug" | # PROP Intermediate_Dir "Debug" |
| # PROP Target_Dir "" | # 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 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" /D "_DEBUG" /D "_LIB" /D "WIN32" /FR /FD /TP /GZ /c | # ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /I ".." /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c |
| # SUBTRACT CPP /Fr | |
| # ADD BASE RSC /l 0x419 /d "_DEBUG" | # ADD BASE RSC /l 0x419 /d "_DEBUG" |
| # ADD RSC /l 0x419 /d "_DEBUG" | # ADD RSC /l 0x419 /d "_DEBUG" |
| BSC32=bscmake.exe | BSC32=bscmake.exe |
| Line 80 LIB32=link.exe -lib | Line 81 LIB32=link.exe -lib |
| # Name "main - Win32 Release" | # Name "main - Win32 Release" |
| # Name "main - Win32 Debug" | # 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 | |
| # Begin Source File | |
| SOURCE=..\include\pa_array.h | |
| # End Source File | |
| # Begin Source File | |
| 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_exception.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_pool.h | |
| # End Source File | |
| # Begin Source File | |
| 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_stack.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\include\pa_string.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\include\pa_table.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\include\pa_threads.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\include\pa_types.h | |
| # End Source File | |
| # End Group | |
| # Begin Group "main" | # Begin Group "main" |
| # PROP Default_Filter "C;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | # PROP Default_Filter "C;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" |
| Line 97 SOURCE=.\compile.y | Line 166 SOURCE=.\compile.y |
| !IF "$(CFG)" == "main - Win32 Release" | !IF "$(CFG)" == "main - Win32 Release" |
| # Begin Custom Build | |
| InputPath=.\compile.y | |
| InputName=compile | |
| "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
| call VCVARS32 | |
| d:\cygwin\bin\bison -v $(InputName).y -o compile.tab.C | |
| # End Custom Build | |
| !ELSEIF "$(CFG)" == "main - Win32 Debug" | !ELSEIF "$(CFG)" == "main - Win32 Debug" |
| # Begin Custom Build | # Begin Custom Build |
| Line 105 InputName=compile | Line 184 InputName=compile |
| "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
| call VCVARS32 | call VCVARS32 |
| d:\cygwin\bin\bison -v -d $(InputName).y | d:\cygwin\bin\bison -v $(InputName).y -o compile.tab.C |
| ren compile.tab.c compile.tab.C | |
| # End Custom Build | # End Custom Build |
| Line 123 SOURCE=.\compile_tools.h | Line 201 SOURCE=.\compile_tools.h |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=.\core.C | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=.\execute.C | SOURCE=.\execute.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| Line 143 SOURCE=.\pa_exception.C | Line 217 SOURCE=.\pa_exception.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=.\pa_globals.C | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=.\pa_hash.C | SOURCE=.\pa_hash.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| Line 151 SOURCE=.\pa_pool.C | Line 229 SOURCE=.\pa_pool.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=.\pa_request.C | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=.\pa_string.C | SOURCE=.\pa_string.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| Line 159 SOURCE=.\pa_table.C | Line 241 SOURCE=.\pa_table.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=.\pa_value.C | SOURCE=.\untaint.C |
| # End Source File | # End Source File |
| # End Group | # End Group |
| # Begin Group "include" | # Begin Group "types" |
| # PROP Default_Filter "h;hpp;hxx;hm;inl" | # PROP Default_Filter "" |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\code.h | SOURCE=..\types\pa_valiased.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_array.h | SOURCE=..\types\pa_valiased.h |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_common.h | SOURCE=..\types\pa_value.h |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_exception.h | SOURCE=..\types\pa_vbool.h |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_hash.h | SOURCE=..\types\pa_vcframe.h |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_pool.h | SOURCE=..\types\pa_vclass.h |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_request.h | SOURCE=..\types\pa_vcookie.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_stack.h | SOURCE=..\types\pa_vcookie.h |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_string.h | SOURCE=..\types\pa_vdouble.h |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_table.h | SOURCE=..\types\pa_venv.h |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_threads.h | SOURCE=..\types\pa_vfile.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_types.h | 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_vint.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\types\pa_vjunction.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\types\pa_vmframe.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=..\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 | |
| SOURCE=..\types\pa_vtable.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\types\pa_vunknown.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\types\pa_wcontext.C | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\types\pa_wcontext.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\types\pa_wwrapper.h | |
| # End Source File | |
| # End Group | |
| # Begin Group "classes" | |
| # 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\_random.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\classes\_response.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\classes\_root.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\classes\_string.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\classes\_table.h | |
| # End Source File | |
| # Begin Source File | |
| SOURCE=..\classes\double.C | |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_value.h | SOURCE=..\classes\file.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_vclass.h | SOURCE=..\classes\form.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_vframe.h | SOURCE=..\classes\int.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_vhash.h | SOURCE=..\classes\random.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_vstring.h | SOURCE=..\classes\response.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_vunknown.h | SOURCE=..\classes\root.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_wcontext.h | SOURCE=..\classes\string.C |
| # End Source File | # End Source File |
| # Begin Source File | # Begin Source File |
| SOURCE=..\include\pa_wvalue.h | SOURCE=..\classes\table.C |
| # End Source File | # End Source File |
| # End Group | # End Group |
| # End Target | # End Target |