You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2006/06/21 23:25:22 UTC

svn commit: r416115 - in /apr/apr/branches/0.9.x: CHANGES libapr.dsp

Author: wrowe
Date: Wed Jun 21 14:25:21 2006
New Revision: 416115

URL: http://svn.apache.org/viewvc?rev=416115&view=rev
Log:

  Provide folding in autogenerated .manifest files for Win32 builders
  using VisualStudio 2005.  This actually describes the clib that is
  required at run time by this build of libapr-1.dll

Backports: 416113

Modified:
    apr/apr/branches/0.9.x/CHANGES
    apr/apr/branches/0.9.x/libapr.dsp

Modified: apr/apr/branches/0.9.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?rev=416115&r1=416114&r2=416115&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/CHANGES (original)
+++ apr/apr/branches/0.9.x/CHANGES Wed Jun 21 14:25:21 2006
@@ -1,6 +1,7 @@
 Changes with APR 0.9.13
 
-
+  *) Provide folding in autogenerated .manifest files for Win32 builders
+     using VisualStudio 2005  [William Rowe]
 
 Changes with APR 0.9.12
 

Modified: apr/apr/branches/0.9.x/libapr.dsp
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/libapr.dsp?rev=416115&r1=416114&r2=416115&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/libapr.dsp (original)
+++ apr/apr/branches/0.9.x/libapr.dsp Wed Jun 21 14:25:21 2006
@@ -54,6 +54,12 @@
 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 /machine:I386 /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 /machine:I386 /opt:ref
+# Begin Special Build Tool
+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
+# End Special Build Tool
 
 !ELSEIF  "$(CFG)" == "libapr - Win32 Debug"
 
@@ -80,6 +86,12 @@
 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 /machine:I386
 # 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 /machine:I386
+# Begin Special Build Tool
+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
+# End Special Build Tool
 
 !ENDIF