mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 05:19:01 +08:00
16 lines
693 B
Diff
16 lines
693 B
Diff
|
diff --git a/w32/common/libmicrohttpd-build-settings.props b/w32/common/libmicrohttpd-build-settings.props
|
||
|
index 97d84a87f..8ffcb19c4 100644
|
||
|
--- a/w32/common/libmicrohttpd-build-settings.props
|
||
|
+++ b/w32/common/libmicrohttpd-build-settings.props
|
||
|
@@ -37,10 +37,6 @@
|
||
|
<Lib>
|
||
|
<AdditionalDependencies>Ws2_32.lib</AdditionalDependencies>
|
||
|
</Lib>
|
||
|
- <PostBuildEvent>
|
||
|
- <Command>xcopy /F /I /Y "$(IntermediateOutputPath)$(TargetName).pdb" "$(OutputPath)"</Command>
|
||
|
- <Message>Copy .pdb to output directory</Message>
|
||
|
- </PostBuildEvent>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(ConfigurationType)'=='DynamicLibrary'">
|
||
|
<ClCompile>
|