--- parser3/src/main/Attic/main.dsp 2001/02/11 19:35:39 1.13 +++ parser3/src/main/Attic/main.dsp 2001/02/22 09:14:46 1.20 @@ -41,8 +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" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c -# SUBTRACT CPP /YX +# ADD CPP /nologo /Za /W3 /O2 /I ".." /I "..\include" /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 @@ -65,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" /D "_DEBUG" /D "_LIB" /D "WIN32" /FR /FD /TP /GZ /c -# SUBTRACT CPP /YX +# ADD CPP /nologo /Za /W3 /Gm /Zi /Od /I ".." /I "..\include" /D "_DEBUG" /D "_LIB" /D "WIN32" /FR /FD /TP /GZ /c # ADD BASE RSC /l 0x419 /d "_DEBUG" # ADD RSC /l 0x419 /d "_DEBUG" BSC32=bscmake.exe @@ -87,19 +85,52 @@ LIB32=link.exe -lib # PROP Default_Filter "C;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=.\core.C +SOURCE=.\compile.C +# End Source File +# Begin Source File + +SOURCE=.\compile.tab.C +# End Source File +# Begin Source File + +SOURCE=.\compile.y !IF "$(CFG)" == "main - Win32 Release" !ELSEIF "$(CFG)" == "main - Win32 Debug" -# PROP Exclude_From_Build 1 +# Begin Custom Build +InputPath=.\compile.y +InputName=compile + +"compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + call VCVARS32 + d:\cygwin\bin\bison -v -d $(InputName).y + ren compile.tab.c compile.tab.C + +# End Custom Build !ENDIF # End Source File # Begin Source File +SOURCE=.\compile_tools.C +# End Source File +# Begin Source File + +SOURCE=.\compile_tools.h +# End Source File +# Begin Source File + +SOURCE=.\core.C +# End Source File +# Begin Source File + +SOURCE=.\execute.C +# End Source File +# Begin Source File + SOURCE=.\pa_array.C # End Source File # Begin Source File @@ -132,15 +163,15 @@ SOURCE=.\pa_table.C # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=..\include\pa_array.h +SOURCE=..\include\code.h # End Source File # Begin Source File -SOURCE=..\include\pa_common.h +SOURCE=..\include\pa_array.h # End Source File # Begin Source File -SOURCE=..\include\pa_context.h +SOURCE=..\include\pa_common.h # End Source File # Begin Source File @@ -160,6 +191,10 @@ SOURCE=..\include\pa_request.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 @@ -178,6 +213,18 @@ SOURCE=..\include\pa_types.h SOURCE=..\include\pa_value.h # End Source File +# Begin Source File + +SOURCE=..\include\pa_vclass.h +# End Source File +# Begin Source File + +SOURCE=..\include\pa_vstring.h +# End Source File +# Begin Source File + +SOURCE=..\include\pa_wcontext.h +# End Source File # End Group # End Target # End Project