Update GLFW to 3.0.4 and include x64 lib for MSVC

This commit is contained in:
Yuri Kunde Schlesner
2014-08-23 21:24:08 -03:00
parent 478289140d
commit 523385955c
30 changed files with 94 additions and 64 deletions

View File

@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<PostBuildEvent>
<Command>xcopy "$(SolutionDir)data" "$(EmuBinDir)" /Y /S /D
xcopy "$(ExternalsDir)glfw-3.0.2\lib-msvc100\glfw3.dll" "$(EmuBinDir)" /Y /S /D
xcopy "$(ExternalsDir)glfw-3.0.4.bin\lib-msvc_$(PlatformToolset)-$(Platform)\glfw3.dll" "$(EmuBinDir)" /Y /S /D
%(Command)</Command>
</PostBuildEvent>
<Link>