Diff for /parser3/src/main/Attic/main.dsp between versions 1.88 and 1.111

version 1.88, 2001/04/11 13:03:44 version 1.111, 2001/09/10 13:13:55
Line 23  CFG=main - Win32 Debug Line 23  CFG=main - Win32 Debug
   
 # Begin Project  # Begin Project
 # PROP AllowPerConfigDependencies 0  # PROP AllowPerConfigDependencies 0
 # PROP Scc_ProjName ""  # PROP Scc_ProjName "main"
 # PROP Scc_LocalPath ""  # PROP Scc_LocalPath ".."
 CPP=cl.exe  CPP=cl.exe
 RSC=rc.exe  RSC=rc.exe
   
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 /MD /W3 /O2 /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c  # ADD CPP /nologo /MD /W3 /O2 /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "..\classes\xml-xalan\c\src" /I "..\classes\xml-xerces\c\src" /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 /MDd /W3 /Gm /Zi /Od /I "..\libltdl" /I "..\include" /I "..\types" /I "..\classes" /I "..\classes\gd" /I "..\pcre" /I "..\sql" /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" /I "..\classes\xml-xalan\c\src" /I "..\classes\xml-xerces\c\src" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c
 # SUBTRACT CPP /Fr  # 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"
Line 86  LIB32=link.exe -lib Line 86  LIB32=link.exe -lib
 # PROP Default_Filter "h;hpp;hxx;hm;inl"  # PROP Default_Filter "h;hpp;hxx;hm;inl"
 # Begin Source File  # Begin Source File
   
 SOURCE=..\include\code.h  
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\include\pa_array.h  SOURCE=..\include\pa_array.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
Line 106  SOURCE=..\include\pa_config_includes.h Line 102  SOURCE=..\include\pa_config_includes.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
   SOURCE=..\include\pa_dictionary.h
   # End Source File
   # Begin Source File
   
 SOURCE=..\include\pa_dir.h  SOURCE=..\include\pa_dir.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
Line 126  SOURCE=..\include\pa_hash.h Line 126  SOURCE=..\include\pa_hash.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
   SOURCE=..\include\pa_opcode.h
   # End Source File
   # Begin Source File
   
 SOURCE=..\include\pa_pool.h  SOURCE=..\include\pa_pool.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
Line 186  SOURCE=.\compile.y Line 190  SOURCE=.\compile.y
   
 !IF  "$(CFG)" == "main - Win32 Release"  !IF  "$(CFG)" == "main - Win32 Release"
   
 # Begin Custom Build  # Begin Custom Build - Compiling grammar...
   InputDir=.
 InputPath=.\compile.y  InputPath=.\compile.y
 InputName=compile  InputName=compile
   
 "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
         call VCVARS32           cd $(InputDir) 
         d:\cygwin\bin\bison -v $(InputName).y -o compile.tab.C           ..\win32tools\bison -v $(InputName).y -o compile.tab.C 
                   
 # End Custom Build  # End Custom Build
   
 !ELSEIF  "$(CFG)" == "main - Win32 Debug"  !ELSEIF  "$(CFG)" == "main - Win32 Debug"
   
 # Begin Custom Build  # Begin Custom Build - Compiling grammar...
   InputDir=.
 InputPath=.\compile.y  InputPath=.\compile.y
 InputName=compile  InputName=compile
   
 "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
         call VCVARS32           cd $(InputDir) 
         d:\cygwin\bin\bison -v $(InputName).y -o compile.tab.C           ..\win32tools\bison -v $(InputName).y -o compile.tab.C 
                   
 # End Custom Build  # End Custom Build
   
Line 233  SOURCE=.\pa_common.C Line 239  SOURCE=.\pa_common.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
   SOURCE=.\pa_dictionary.C
   # End Source File
   # Begin Source File
   
 SOURCE=.\pa_dir.C  SOURCE=.\pa_dir.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
Line 301  SOURCE=..\types\pa_vbool.h Line 311  SOURCE=..\types\pa_vbool.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\types\pa_vcframe.h  SOURCE=..\types\pa_vclass.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\types\pa_vclass.h  SOURCE=..\types\pa_vcode_frame.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
Line 317  SOURCE=..\types\pa_vcookie.h Line 327  SOURCE=..\types\pa_vcookie.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
   SOURCE=..\types\pa_vdate.h
   # End Source File
   # Begin Source File
   
   SOURCE=..\types\pa_vdom.h
   # End Source File
   # Begin Source File
   
 SOURCE=..\types\pa_vdouble.h  SOURCE=..\types\pa_vdouble.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
Line 361  SOURCE=..\types\pa_vjunction.h Line 379  SOURCE=..\types\pa_vjunction.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\types\pa_vmframe.h  SOURCE=..\types\pa_vmath.h
   # End Source File
   # Begin Source File
   
   SOURCE=..\types\pa_vmethod_frame.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
Line 401  SOURCE=..\types\pa_vstring.h Line 423  SOURCE=..\types\pa_vstring.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
   SOURCE=..\types\pa_vtable.C
   # End Source File
   # Begin Source File
   
 SOURCE=..\types\pa_vtable.h  SOURCE=..\types\pa_vtable.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\types\pa_vunknown.h  SOURCE=..\types\pa_vvoid.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
Line 425  SOURCE=..\types\pa_wwrapper.h Line 451  SOURCE=..\types\pa_wwrapper.h
 # PROP Default_Filter ""  # PROP Default_Filter ""
 # Begin Source File  # Begin Source File
   
 SOURCE=..\classes\_double.h  SOURCE=..\classes\classes.awk
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\classes\_file.h  !IF  "$(CFG)" == "main - Win32 Release"
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\classes\_form.h  # Begin Custom Build - Scanning classes/, creating classes.inc...
 # End Source File  InputPath=..\classes\classes.awk
 # Begin Source File  
   
 SOURCE=..\classes\_image.h  "..\classes\classes.inc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 # End Source File          cd ..\classes 
 # Begin Source File          classes 
           
   # End Custom Build
   
 SOURCE=..\classes\_int.h  !ELSEIF  "$(CFG)" == "main - Win32 Debug"
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\classes\_mail.h  # Begin Custom Build - Scanning classes/, creating classes.inc...
 # End Source File  InputPath=..\classes\classes.awk
 # Begin Source File  
   "..\classes\classes.inc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
           cd ..\classes 
           classes 
           
   # End Custom Build
   
   !ENDIF 
   
 SOURCE=..\classes\_op.h  
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\classes\_random.h  SOURCE=..\classes\classes.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\classes\_response.h  SOURCE=..\classes\classes.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\classes\_string.h  SOURCE=..\classes\date.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\classes\_table.h  SOURCE=..\classes\dom.C
   
   !IF  "$(CFG)" == "main - Win32 Release"
   
   !ELSEIF  "$(CFG)" == "main - Win32 Debug"
   
   # ADD CPP /GX
   
   !ENDIF 
   
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
Line 481  SOURCE=..\classes\form.C Line 517  SOURCE=..\classes\form.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
   SOURCE=..\classes\hash.C
   # End Source File
   # Begin Source File
   
 SOURCE=..\classes\image.C  SOURCE=..\classes\image.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
Line 493  SOURCE=..\classes\mail.C Line 533  SOURCE=..\classes\mail.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\classes\op.C  SOURCE=..\classes\math.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\classes\random.C  SOURCE=..\classes\op.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
Line 511  SOURCE=..\classes\string.C Line 551  SOURCE=..\classes\string.C
   
 SOURCE=..\classes\table.C  SOURCE=..\classes\table.C
 # End Source File  # End Source File
   # Begin Source File
   
   SOURCE=..\classes\void.C
   # End Source File
 # End Group  # End Group
 # Begin Group "sql"  # Begin Group "sql"
   
Line 520  SOURCE=..\classes\table.C Line 564  SOURCE=..\classes\table.C
 SOURCE=..\sql\pa_sql_driver.h  SOURCE=..\sql\pa_sql_driver.h
 # End Source File  # End Source File
 # End Group  # End Group
   # Begin Source File
   
   SOURCE="..\classes\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib"
   # End Source File
   # Begin Source File
   
   SOURCE="..\classes\xml-xalan\c\Build\Win32\VC6\Debug\XSLTD.lib"
   # End Source File
   # Begin Source File
   
   SOURCE="..\classes\xml-xalan\c\Build\Win32\VC6\Debug\XPathD.lib"
   # End Source File
   # Begin Source File
   
   SOURCE="..\classes\xml-xalan\c\Build\Win32\VC6\Debug\XalanTransformerD.lib"
   # End Source File
   # Begin Source File
   
   SOURCE="..\classes\xml-xalan\c\Build\Win32\VC6\Debug\XalanDOMD.lib"
   # End Source File
   # Begin Source File
   
   SOURCE="..\classes\xml-xalan\c\Build\Win32\VC6\Debug\DOMSupportD.lib"
   # End Source File
   # Begin Source File
   
   SOURCE="..\classes\xml-xalan\c\Build\Win32\VC6\Debug\PlatformSupportD.lib"
   # End Source File
   # Begin Source File
   
   SOURCE="..\classes\xml-xalan\c\Build\Win32\VC6\Debug\XMLSupportD.lib"
   # End Source File
   # Begin Source File
   
   SOURCE="..\classes\xml-xalan\c\Build\Win32\VC6\Debug\XercesParserLiaisonD.lib"
   # End Source File
 # End Target  # End Target
 # End Project  # End Project

Removed from v.1.88  
changed lines
  Added in v.1.111


E-mail: