Diff for /parser3/src/main/Attic/main.dsp between versions 1.125 and 1.132

version 1.125, 2001/09/26 15:43:59 version 1.132, 2001/10/12 12:15:32
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 /GX /O2 /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c  # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\classes\\" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "..\classes\xalan-patched" /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 /GX /Zi /Od /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c  # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "xalan-patched" /I "..\classes\\" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "..\classes\xalan-patched" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c
 # 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 89  SOURCE=..\include\pa_array.h Line 89  SOURCE=..\include\pa_array.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
   SOURCE=..\include\pa_charset_connection.h
   # End Source File
   # Begin Source File
   
   SOURCE=..\include\pa_charset_manager.h
   # End Source File
   # Begin Source File
   
 SOURCE=..\include\pa_common.h  SOURCE=..\include\pa_common.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
Line 238  SOURCE=.\pa_array.C Line 246  SOURCE=.\pa_array.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
   SOURCE=.\pa_charset_connection.C
   # End Source File
   # Begin Source File
   
   SOURCE=.\pa_charset_manager.C
   # End Source File
   # Begin Source File
   
 SOURCE=.\pa_common.C  SOURCE=.\pa_common.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
Line 340  SOURCE=..\ident.awk Line 356  SOURCE=..\ident.awk
   
 !IF  "$(CFG)" == "main - Win32 Release"  !IF  "$(CFG)" == "main - Win32 Release"
   
 # Begin Custom Build - Collecting $Id$, creating ident.C...  # Begin Custom Build - Up-to-dating ident.C...
 InputPath=..\ident.awk  InputPath=..\ident.awk
   
 "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  BuildCmds= \
         SET tools=\parser3project\win32tools           SET tools=\parser3project\win32tools \
         DEL ident.C           ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
         ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new           REN ident.C ident.C.old \
         %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new           %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new \
         %tools%\touch 0101000001 ident.C.new           REN ident.C.old ident.C \
         REN ident.C.new ident.C           %tools%\diff ident.C ident.C.new \
           IF ERRORLEVEL 1 COPY ident.C.new ident.C \
           %tools%\touch 0101000001 ident.C.new \
                   
   
   "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
   
   "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
 # End Custom Build  # End Custom Build
   
 !ELSEIF  "$(CFG)" == "main - Win32 Debug"  !ELSEIF  "$(CFG)" == "main - Win32 Debug"
   
 # Begin Custom Build - Collecting $Id$, creating ident.C...  # Begin Custom Build - Up-to-dating ident.C...
 InputPath=..\ident.awk  InputPath=..\ident.awk
   
 "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  BuildCmds= \
         SET tools=\parser3project\win32tools           SET tools=\parser3project\win32tools \
         DEL ident.C           ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
         ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new           REN ident.C ident.C.old \
         %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new           %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new \
         %tools%\touch 0101000001 ident.C.new           REN ident.C.old ident.C \
         REN ident.C.new ident.C           %tools%\diff ident.C ident.C.new \
           IF ERRORLEVEL 1 COPY ident.C.new ident.C \
           %tools%\touch 0101000001 ident.C.new \
                   
   
   "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
   
   "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
 # End Custom Build  # End Custom Build
   
 !ENDIF   !ENDIF 
Line 375  InputPath=..\ident.awk Line 407  InputPath=..\ident.awk
   
 SOURCE=.\ident.C  SOURCE=.\ident.C
 # End Source File  # End Source File
   # Begin Source File
   
   SOURCE=.\ident.C.new
   # End Source File
 # End Group  # End Group
 # End Target  # End Target
 # End Project  # End Project

Removed from v.1.125  
changed lines
  Added in v.1.132


E-mail: