Commit bb2f7e2f authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent a4537736
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -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