SF.net SVN: mod-aspdotnet: [220] mod_aspdotnet2/trunk/mod/mod_aspdotnet. vcproj
Brought to you by:
wrowe
From: <wr...@us...> - 2008-03-03 22:39:59
|
Revision: 220 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=220&view=rev Author: wrowe Date: 2008-03-03 14:39:57 -0800 (Mon, 03 Mar 2008) Log Message: ----------- Drop the copy from the post-build steps, this will fail every time Apache is already running with the module loaded, and UAC is going to interfere. Modified Paths: -------------- mod_aspdotnet2/trunk/mod/mod_aspdotnet.vcproj Modified: mod_aspdotnet2/trunk/mod/mod_aspdotnet.vcproj =================================================================== --- mod_aspdotnet2/trunk/mod/mod_aspdotnet.vcproj 2008-03-03 22:32:52 UTC (rev 219) +++ mod_aspdotnet2/trunk/mod/mod_aspdotnet.vcproj 2008-03-03 22:39:57 UTC (rev 220) @@ -95,8 +95,6 @@ /> <Tool Name="VCPostBuildEventTool" - Description="Installing debug module to $(APACHE_PATH)\modules" - CommandLine="copy /y "$(OutDir)\mod_aspdotnet.so" "$(APACHE_PATH)\modules" && copy /y "$(OutDir)\mod_aspdotnet.pdb" "$(APACHE_PATH)\modules"" /> </Configuration> <Configuration @@ -350,8 +348,6 @@ /> <Tool Name="VCPostBuildEventTool" - Description="Installing debug module to $(APACHE22_PATH)\modules" - CommandLine="copy /y "$(OutDir)\mod_aspdotnet.so" "$(APACHE22_PATH)\modules" && copy /y "$(OutDir)\mod_aspdotnet.pdb" "$(APACHE22_PATH)\modules"" /> </Configuration> </Configurations> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |