summaryrefslogtreecommitdiffstats
path: root/vsprops/app.props
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2014-08-24 02:24:08 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2014-09-01 22:41:56 +0200
commit523385955c3c0af2dc2133546490f8ede0dd824f (patch)
treec8d74c64cd4e097be3449a99031b885df4ab3b7c /vsprops/app.props
parentReplace GLEW with a glLoadGen loader. (diff)
downloadyuzu-523385955c3c0af2dc2133546490f8ede0dd824f.tar
yuzu-523385955c3c0af2dc2133546490f8ede0dd824f.tar.gz
yuzu-523385955c3c0af2dc2133546490f8ede0dd824f.tar.bz2
yuzu-523385955c3c0af2dc2133546490f8ede0dd824f.tar.lz
yuzu-523385955c3c0af2dc2133546490f8ede0dd824f.tar.xz
yuzu-523385955c3c0af2dc2133546490f8ede0dd824f.tar.zst
yuzu-523385955c3c0af2dc2133546490f8ede0dd824f.zip
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 8a3227771..b9c583e0f 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>