Diff for /parser3/src/targets/cgi/Attic/parser3.dsp between versions 1.28 and 1.29

version 1.28, 2001/09/26 08:15:25 version 1.29, 2001/09/26 10:32:26
Line 82  LINK32=link.exe Line 82  LINK32=link.exe
   
 # Name "parser3 - Win32 Release"  # Name "parser3 - Win32 Release"
 # Name "parser3 - Win32 Debug"  # Name "parser3 - Win32 Debug"
   # Begin Group "ident"
   
   # PROP Default_Filter ""
 # Begin Source File  # Begin Source File
   
 SOURCE=..\..\ident.awk  SOURCE=..\..\ident.awk
   
 !IF  "$(CFG)" == "parser3 - Win32 Release"  !IF  "$(CFG)" == "parser3 - Win32 Release"
   
   # Begin Custom Build - Collecting $Id$, creating ident.C...
   InputPath=..\..\ident.awk
   
   "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
           SET tools=\parser3project\win32tools 
           DEL ident.C 
           ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new 
           %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3 >> ident.C.new 
           %tools%\touch 0101000001 ident.C.new 
           REN ident.C.new ident.C 
           
   # End Custom Build
   
 !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"  !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
   
 # Begin Custom Build  # Begin Custom Build - Collecting $Id$, creating ident.C...
 InputPath=..\..\ident.awk  InputPath=..\..\ident.awk
   
 "..\..\ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
         CD \parser3project\parser3\src           SET tools=\parser3project\win32tools 
         \parser3project\win32tools\cat */*.awk */*.C */*/*.C */*.h */*/*.h */*.cfg */*.dox | \parser3project\win32tools\gawk -f \parser3project\parser3\src\ident.awk > ident.C           DEL ident.C 
         \parser3project\win32tools\touch 0101000001 ident.C           ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new 
           %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3 >> ident.C.new 
           %tools%\touch 0101000001 ident.C.new 
           REN ident.C.new ident.C 
                   
 # End Custom Build  # End Custom Build
   
Line 105  InputPath=..\..\ident.awk Line 124  InputPath=..\..\ident.awk
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=..\..\ident.C  SOURCE=.\ident.C
 # End Source File  # End Source File
   # End Group
 # Begin Source File  # Begin Source File
   
 SOURCE=.\pa_pool.C  SOURCE=.\pa_pool.C

Removed from v.1.28  
changed lines
  Added in v.1.29


E-mail: