Remove include directory before copying files in MSVC post build events.
This commit is contained in:
parent
d1f41794fc
commit
4e7a5a9a1a
@ -42,7 +42,8 @@
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="xcopy /y /i ..\..\src\*.h ..\include\exiv2\
|
||||
CommandLine="rmdir /s /q ..\include\
|
||||
xcopy /y /i ..\..\src\*.h ..\include\exiv2\
|
||||
xcopy /y /i ..\..\src\*.hpp ..\include\exiv2\
|
||||
"/>
|
||||
<Tool
|
||||
|
||||
Loading…
Reference in New Issue
Block a user