Update GLFW to 3.0.4 and include x64 lib for MSVC
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user