aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprops/app.props
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-08-23 21:24:08 -0300
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-09-01 17:41:56 -0300
commit523385955c3c0af2dc2133546490f8ede0dd824f (patch)
treec8d74c64cd4e097be3449a99031b885df4ab3b7c /vsprops/app.props
parent478289140daae28cf7eabf54af3addf476aaad9c (diff)
Update GLFW to 3.0.4 and include x64 lib for MSVC
Diffstat (limited to 'vsprops/app.props')
-rw-r--r--vsprops/app.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprops/app.props b/vsprops/app.props
index 8a322777..b9c583e0 100644
--- a/vsprops/app.props
+++ b/vsprops/app.props
@@ -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>