summaryrefslogtreecommitdiff
path: root/libapr.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-01-11 01:41:51 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-01-11 01:41:51 +0000
commita0e867b60918b17595339569cec624928854cab1 (patch)
tree895288d28773a000e5c6b3f1dd67aed1d0aa653a /libapr.dsp
parent20d0fec583eef26ef3ac37ff9449e6db5e972374 (diff)
downloadapr-a0e867b60918b17595339569cec624928854cab1.tar.gz
Nominally, more maintainable (filename appears once, not multiple times.)
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@495084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r--libapr.dsp16
1 files changed, 8 insertions, 8 deletions
diff --git a/libapr.dsp b/libapr.dsp
index 8fb347276..060608169 100644
--- a/libapr.dsp
+++ b/libapr.dsp
@@ -57,10 +57,10 @@ LINK32=link.exe
# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /opt:ref
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /out:"Release/libapr-1.dll" /opt:ref
# Begin Special Build Tool
-OutDir=.\Release
+TargetPath=./Release/libapr-1.dll
SOURCE="$(InputPath)"
PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=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 $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
# End Special Build Tool
!ELSEIF "$(CFG)" == "libapr - Win32 Debug"
@@ -89,10 +89,10 @@ LINK32=link.exe
# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /out:"Debug/libapr-1.dll"
# Begin Special Build Tool
-OutDir=.\Debug
+TargetPath=./Debug/libapr-1.dll
SOURCE="$(InputPath)"
PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=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 $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
# End Special Build Tool
!ELSEIF "$(CFG)" == "libapr - Win32 ReleaseNT"
@@ -119,10 +119,10 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# Begin Special Build Tool
-OutDir=.\ReleaseNT
+TargetPath=./ReleaseNT/libapr.dll
SOURCE="$(InputPath)"
PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=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 $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
# End Special Build Tool
!ELSEIF "$(CFG)" == "libapr - Win32 DebugNT"
@@ -151,10 +151,10 @@ LINK32=link.exe
# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /debug /out:"DebugNT/libapr-1.dll"
# Begin Special Build Tool
-OutDir=.\DebugNT
+TargetPath=./DebugNT/libapr-1.dll
SOURCE="$(InputPath)"
PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=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 $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
# End Special Build Tool
!ENDIF