--- parser3/src/main/Attic/main.dsp 2001/01/30 11:51:07 1.10 +++ parser3/src/main/Attic/main.dsp 2001/02/21 17:36:58 1.19 @@ -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,6 +85,52 @@ LIB32=link.exe -lib # PROP Default_Filter "C;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +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" + +# 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 @@ -113,16 +157,16 @@ SOURCE=.\pa_string.C SOURCE=.\pa_table.C # End Source File -# Begin Source File - -SOURCE=.\pa_threads.C -# End Source File # End Group # 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 @@ -147,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 @@ -161,6 +209,18 @@ SOURCE=..\include\pa_threads.h SOURCE=..\include\pa_types.h # End Source File +# Begin Source File + +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_wcontext.h +# End Source File # End Group # End Target # End Project