You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/08/16 22:33:46 UTC

cvs commit: httpd-2.0/support/win32 wintty.dsp

wrowe       01/08/16 13:33:46

  Modified:    support/win32 wintty.dsp
  Log:
    Missed a versioned win32 project in my tree
  
  Revision  Changes    Path
  1.2       +35 -0     httpd-2.0/support/win32/wintty.dsp
  
  Index: wintty.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/win32/wintty.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- wintty.dsp	2001/05/14 04:09:08	1.1
  +++ wintty.dsp	2001/08/16 20:33:46	1.2
  @@ -86,5 +86,40 @@
   
   SOURCE=.\wintty.c
   # End Source File
  +# Begin Source File
  +
  +SOURCE=.\wintty.rc
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\build\win32\win32ver.awk
  +
  +!IF  "$(CFG)" == "wintty - Win32 Release"
  +
  +# PROP Ignore_Default_Tool 1
  +# Begin Custom Build - Creating Version Resource
  +InputPath=..\..\build\win32\win32ver.awk
  +
  +".\wintty.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  +	awk -f ../../build/win32/win32ver.awk wintty\
  + "wintty Console Utility" ../../include/ap_release.h > .\wintty.rc
  +
  +# End Custom Build
  +
  +!ELSEIF  "$(CFG)" == "wintty - Win32 Debug"
  +
  +# PROP Ignore_Default_Tool 1
  +# Begin Custom Build - Creating Version Resource
  +InputPath=..\..\build\win32\win32ver.awk
  +
  +".\wintty.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  +	awk -f ../../build/win32/win32ver.awk wintty\
  + "wintty Console Utility" ../../include/ap_release.h > .\wintty.rc
  +
  +# End Custom Build
  +
  +!ENDIF 
  +
  +# End Source File
   # End Target
   # End Project