We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a1c60 commit 1521cb8Copy full SHA for 1521cb8
src/BlackBoneDrv/BlackBoneDrv.vcxproj
@@ -198,7 +198,8 @@
198
<PreprocessorDefinitions>_WIN8_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
199
</ClCompile>
200
<PostBuildEvent>
201
- <Command>copy /y "$(TargetPath)" \\PC8\c$\$(TargetFileName)</Command>
+ <Command>
202
+ </Command>
203
</PostBuildEvent>
204
<Link>
205
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
@@ -218,7 +219,8 @@
218
219
<PreprocessorDefinitions>_WIN7_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
220
221
- <Command>copy /y "$(TargetPath)" \\Win7_x64\c$\$(TargetFileName)</Command>
222
223
224
225
226
0 commit comments