--- parser3/src/main/Attic/main.dsp 2001/01/29 15:56:04 1.7 +++ parser3/src/main/Attic/main.dsp 2001/02/21 06:21:20 1.16 @@ -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 /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 /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 @@ -82,15 +80,78 @@ LIB32=link.exe -lib # Name "main - Win32 Release" # Name "main - Win32 Debug" -# Begin Group "Source Files" +# Begin Group "main" -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# 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 + +!IF "$(CFG)" == "main - Win32 Release" + +!ELSEIF "$(CFG)" == "main - Win32 Debug" + +# PROP Exclude_From_Build 1 + +!ENDIF + +# 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 +SOURCE=.\pa_common.C +# End Source File +# Begin Source File + +SOURCE=.\pa_exception.C +# End Source File +# Begin Source File + SOURCE=.\pa_hash.C # End Source File # Begin Source File @@ -105,20 +166,40 @@ 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\compile.h +# End Source File +# Begin Source File + +SOURCE=..\include\execute.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_context.h +# End Source File +# Begin Source File + +SOURCE=..\include\pa_exception.h +# End Source File +# Begin Source File + SOURCE=..\include\pa_hash.h # End Source File # Begin Source File @@ -127,6 +208,10 @@ 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_string.h # End Source File # Begin Source File @@ -141,6 +226,10 @@ SOURCE=..\include\pa_threads.h SOURCE=..\include\pa_types.h # End Source File +# Begin Source File + +SOURCE=..\include\pa_value.h +# End Source File # End Group # End Target # End Project