Author: wrowe Date: Wed Jun 21 15:09:19 2006 New Revision: 416129 URL: http://svn.apache.org/viewvc?rev=416129&view=rev Log: Small fix to previous commit, win32 adopted the -n.dll convention as of 1.0.0 Modified: apr/apr/branches/0.9.x/libapr.dsp Modified: apr/apr/branches/0.9.x/libapr.dsp URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/libapr.dsp?rev=416129&r1=416128&r2=416129&view=diff ============================================================================== --- apr/apr/branches/0.9.x/libapr.dsp (original) +++ apr/apr/branches/0.9.x/libapr.dsp Wed Jun 21 15:09:19 2006 @@ -58,7 +58,7 @@ 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=echo if exist $(OUTDIR)\libapr.dll.manifest mt.exe -manifest $(OUTDIR)\libapr.dll.manifest -outputresource:$(OUTDIR)\libapr.dll;2 # End Special Build Tool !ELSEIF "$(CFG)" == "libapr - Win32 Debug" @@ -90,7 +90,7 @@ 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=echo if exist $(OUTDIR)\libapr.dll.manifest mt.exe -manifest $(OUTDIR)\libapr.dll.manifest -outputresource:$(OUTDIR)\libapr.dll;2 # End Special Build Tool !ENDIF