]> granicus.if.org Git - apache/commitdiff
Missed a versioned win32 project in my tree
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Aug 2001 20:33:46 +0000 (20:33 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Aug 2001 20:33:46 +0000 (20:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90242 13f79535-47bb-0310-9956-ffa450edef68

support/win32/wintty.dsp

index bf62b5e80c1aaf9ce6c83f5908039762aa28d787..1c0883730ac1734994a2a65a0eb002bad4d051fc 100644 (file)
@@ -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