summaryrefslogtreecommitdiffstats
path: root/vsprops/app.props
diff options
context:
space:
mode:
authorMathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-19 20:26:14 +0200
committerMathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-19 20:26:14 +0200
commit1780f9b76a0419f5ad880ca5e58ab47279720ebf (patch)
tree02c2cd977242bdf4bff73da6225f07551445a731 /vsprops/app.props
parentRemove unused QTableView (diff)
downloadyuzu-1780f9b76a0419f5ad880ca5e58ab47279720ebf.tar
yuzu-1780f9b76a0419f5ad880ca5e58ab47279720ebf.tar.gz
yuzu-1780f9b76a0419f5ad880ca5e58ab47279720ebf.tar.bz2
yuzu-1780f9b76a0419f5ad880ca5e58ab47279720ebf.tar.lz
yuzu-1780f9b76a0419f5ad880ca5e58ab47279720ebf.tar.xz
yuzu-1780f9b76a0419f5ad880ca5e58ab47279720ebf.tar.zst
yuzu-1780f9b76a0419f5ad880ca5e58ab47279720ebf.zip
Diffstat (limited to 'vsprops/app.props')
-rw-r--r--vsprops/app.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/vsprops/app.props b/vsprops/app.props
index 532fee05e..aa86fd142 100644
--- a/vsprops/app.props
+++ b/vsprops/app.props
@@ -12,7 +12,8 @@
<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>
+xcopy "$(ExternalsDir)glfw-3.0.2\lib-msvc100\glfw3.dll" "$(EmuBinDir)" /Y /S /D
+%(Command)</Command>
</PostBuildEvent>
<Link>
<AdditionalDependencies>comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>