Skip to content

Commit 1521cb8

Browse files
committed
Driver: No post-build events
1 parent 95a1c60 commit 1521cb8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/BlackBoneDrv/BlackBoneDrv.vcxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@
198198
<PreprocessorDefinitions>_WIN8_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
199199
</ClCompile>
200200
<PostBuildEvent>
201-
<Command>copy /y "$(TargetPath)" \\PC8\c$\$(TargetFileName)</Command>
201+
<Command>
202+
</Command>
202203
</PostBuildEvent>
203204
<Link>
204205
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
@@ -218,7 +219,8 @@
218219
<PreprocessorDefinitions>_WIN7_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
219220
</ClCompile>
220221
<PostBuildEvent>
221-
<Command>copy /y "$(TargetPath)" \\Win7_x64\c$\$(TargetFileName)</Command>
222+
<Command>
223+
</Command>
222224
</PostBuildEvent>
223225
<Link>
224226
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>

0 commit comments

Comments
 (0)