summaryrefslogtreecommitdiffstats
path: root/vsprops/app.props
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2014-08-24 02:00:08 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2014-09-01 22:41:56 +0200
commit478289140daae28cf7eabf54af3addf476aaad9c (patch)
treede13d92f26abaaf5eb0348ae35b2d1c23be497c7 /vsprops/app.props
parentMerge pull request #84 from bunnei/fix-hw-synchronization (diff)
downloadyuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.gz
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.bz2
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.lz
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.xz
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.zst
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.zip
Diffstat (limited to 'vsprops/app.props')
-rw-r--r--vsprops/app.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/vsprops/app.props b/vsprops/app.props
index aa86fd142..8a3227771 100644
--- a/vsprops/app.props
+++ b/vsprops/app.props
@@ -11,7 +11,6 @@
<ItemDefinitionGroup>
<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)</Command>
</PostBuildEvent>