summaryrefslogtreecommitdiffstats
path: root/support/win32/wintty.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-01-11 06:37:20 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-01-11 06:37:20 +0100
commit1fc3b015901d7530f3b2af5e69fa9d93c935ffb6 (patch)
treeb15968ea9be9c9a9674d3704f8b2e1480c563947 /support/win32/wintty.dsp
parentAdd openssl.cnf since openssl will not run without one (explicitly (diff)
downloadapache2-1fc3b015901d7530f3b2af5e69fa9d93c935ffb6.tar.xz
apache2-1fc3b015901d7530f3b2af5e69fa9d93c935ffb6.zip
Embed the .manifest files of all httpd binaries as a post-build
operation. This ensures the exported (Studio 97 generated) .mak files create a usable Apache directly from the VC 8 (Studio 2005) command line environment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@495126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/win32/wintty.dsp')
-rw-r--r--support/win32/wintty.dsp12
1 files changed, 12 insertions, 0 deletions
diff --git a/support/win32/wintty.dsp b/support/win32/wintty.dsp
index 01d1a3ca9a..95de23a21e 100644
--- a/support/win32/wintty.dsp
+++ b/support/win32/wintty.dsp
@@ -51,6 +51,12 @@ BSC32=bscmake.exe
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /debug /opt:ref
+# Begin Special Build Tool
+TargetPath=.\Release\wintty.exe
+SOURCE="$(InputPath)"
+PostBuild_Desc=Embed .manifest
+PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
+# End Special Build Tool
!ELSEIF "$(CFG)" == "wintty - Win32 Debug"
@@ -75,6 +81,12 @@ BSC32=bscmake.exe
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /incremental:no /debug
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /incremental:no /debug
+# Begin Special Build Tool
+TargetPath=.\Debug\wintty.exe
+SOURCE="$(InputPath)"
+PostBuild_Desc=Embed .manifest
+PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
+# End Special Build Tool
!ENDIF