From: William A. Rowe Jr Date: Thu, 16 Aug 2001 20:33:46 +0000 (+0000) Subject: Missed a versioned win32 project in my tree X-Git-Tag: 2.0.24~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19855b095eaa07fc0b7cbbfcc5eb7a6ad5230d1b;p=apache Missed a versioned win32 project in my tree git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90242 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/win32/wintty.dsp b/support/win32/wintty.dsp index bf62b5e80c..1c0883730a 100644 --- a/support/win32/wintty.dsp +++ b/support/win32/wintty.dsp @@ -85,6 +85,41 @@ LINK32=link.exe # Begin Source File 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