Ignore scm_rev.h and auto copy Qt dlls to bin folder on build.
This commit is contained in:
parent
ad0734acee
commit
1780f9b76a
4 changed files with 15 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
<PostBuildEvent>
|
||||
<Command>xcopy "$(SolutionDir)data" "$(EmuBinDir)" /Y /S /D
|
||||
xcopy "$(ExternalsDir)glew-1.10.0\bin\Release\$(PlatformName)\glew32.dll" "$(EmuBinDir)" /Y /S /D
|
||||
xcopy "$(ExternalsDir)glfw-3.0.2\lib-msvc100\glfw3.dll" "$(EmuBinDir)" /Y /S /D</Command>
|
||||
xcopy "$(ExternalsDir)glfw-3.0.2\lib-msvc100\glfw3.dll" "$(EmuBinDir)" /Y /S /D
|
||||
%(Command)</Command>
|
||||
</PostBuildEvent>
|
||||
<Link>
|
||||
<AdditionalDependencies>comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue