gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35242 - libmicrohttpd/w32/VS2013


From: gnunet
Subject: [GNUnet-SVN] r35242 - libmicrohttpd/w32/VS2013
Date: Thu, 12 Feb 2015 16:26:13 +0100

Author: Karlson2k
Date: 2015-02-12 16:26:13 +0100 (Thu, 12 Feb 2015)
New Revision: 35242

Modified:
   libmicrohttpd/w32/VS2013/libmicrohttpd.vcxproj
Log:
[w32] VS project: copy .pdb file to output dir for Debug-static configuration

Modified: libmicrohttpd/w32/VS2013/libmicrohttpd.vcxproj
===================================================================
--- libmicrohttpd/w32/VS2013/libmicrohttpd.vcxproj      2015-02-12 15:24:57 UTC 
(rev 35241)
+++ libmicrohttpd/w32/VS2013/libmicrohttpd.vcxproj      2015-02-12 15:26:13 UTC 
(rev 35242)
@@ -261,6 +261,10 @@
       <Outputs>$(OutputPath)microhttpd.h;%(Outputs)</Outputs>
       <Inputs>$(SolutionDir)\..\..\src\include\microhttpd.h</Inputs>
     </CustomBuildStep>
+    <PostBuildEvent>
+      <Command>xcopy /F /I /Y $(IntermediateOutputPath)$(TargetName).pdb 
$(OutputPath)</Command>
+      <Message>Copy .pdb to output directory</Message>
+    </PostBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup 
Condition="'$(Configuration)|$(Platform)'=='Debug-dll|Win32'">
     <ClCompile>
@@ -321,6 +325,10 @@
       <Outputs>$(OutputPath)microhttpd.h;%(Outputs)</Outputs>
       <Inputs>$(SolutionDir)\..\..\src\include\microhttpd.h</Inputs>
     </CustomBuildStep>
+    <PostBuildEvent>
+      <Command>xcopy /F /I /Y $(IntermediateOutputPath)$(TargetName).pdb 
$(OutputPath)</Command>
+      <Message>Copy .pdb to output directory</Message>
+    </PostBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup 
Condition="'$(Configuration)|$(Platform)'=='Debug-dll|x64'">
     <ClCompile>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]