summaryrefslogtreecommitdiff
path: root/libapr.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-06-21 22:36:27 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-06-21 22:36:27 +0000
commit7bba6e1c46b9b9ec8bc28191f130413860b305b7 (patch)
tree3bf62be13e8591a14deab92ce876a85f7caf5b8e /libapr.dsp
parent9ab6667e90d2dca96f63bd9b3677228d15182e26 (diff)
downloadapr-7bba6e1c46b9b9ec8bc28191f130413860b305b7.tar.gz
An early test version; activate the response
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@416142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r--libapr.dsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libapr.dsp b/libapr.dsp
index b918c5f33..8fb347276 100644
--- a/libapr.dsp
+++ b/libapr.dsp
@@ -60,7 +60,7 @@ LINK32=link.exe
OutDir=.\Release
SOURCE="$(InputPath)"
PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=echo if exist $(OUTDIR)\libapr-1.dll.manifest mt.exe -manifest $(OUTDIR)\libapr-1.dll.manifest -outputresource:$(OUTDIR)\libapr-1.dll;2
+PostBuild_Cmds=if exist $(OUTDIR)\libapr-1.dll.manifest mt.exe -manifest $(OUTDIR)\libapr-1.dll.manifest -outputresource:$(OUTDIR)\libapr-1.dll;2
# End Special Build Tool
!ELSEIF "$(CFG)" == "libapr - Win32 Debug"
@@ -92,7 +92,7 @@ LINK32=link.exe
OutDir=.\Debug
SOURCE="$(InputPath)"
PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=echo if exist $(OUTDIR)\libapr-1.dll.manifest mt.exe -manifest $(OUTDIR)\libapr-1.dll.manifest -outputresource:$(OUTDIR)\libapr-1.dll;2
+PostBuild_Cmds=if exist $(OUTDIR)\libapr-1.dll.manifest mt.exe -manifest $(OUTDIR)\libapr-1.dll.manifest -outputresource:$(OUTDIR)\libapr-1.dll;2
# End Special Build Tool
!ELSEIF "$(CFG)" == "libapr - Win32 ReleaseNT"
@@ -122,7 +122,7 @@ LINK32=link.exe
OutDir=.\ReleaseNT
SOURCE="$(InputPath)"
PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=echo if exist $(OUTDIR)\libapr-1.dll.manifest mt.exe -manifest $(OUTDIR)\libapr-1.dll.manifest -outputresource:$(OUTDIR)\libapr-1.dll;2
+PostBuild_Cmds=if exist $(OUTDIR)\libapr-1.dll.manifest mt.exe -manifest $(OUTDIR)\libapr-1.dll.manifest -outputresource:$(OUTDIR)\libapr-1.dll;2
# End Special Build Tool
!ELSEIF "$(CFG)" == "libapr - Win32 DebugNT"
@@ -154,7 +154,7 @@ LINK32=link.exe
OutDir=.\DebugNT
SOURCE="$(InputPath)"
PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=echo if exist $(OUTDIR)\libapr-1.dll.manifest mt.exe -manifest $(OUTDIR)\libapr-1.dll.manifest -outputresource:$(OUTDIR)\libapr-1.dll;2
+PostBuild_Cmds=if exist $(OUTDIR)\libapr-1.dll.manifest mt.exe -manifest $(OUTDIR)\libapr-1.dll.manifest -outputresource:$(OUTDIR)\libapr-1.dll;2
# End Special Build Tool
!ENDIF