From 1780f9b76a0419f5ad880ca5e58ab47279720ebf Mon Sep 17 00:00:00 2001 From: Mathieu Vaillancourt Date: Sat, 19 Apr 2014 14:26:14 -0400 Subject: Ignore scm_rev.h and auto copy Qt dlls to bin folder on build. --- vsprops/app.props | 3 ++- vsprops/qt_libs_debug.props | 5 +++++ vsprops/qt_libs_release.props | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'vsprops') 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 @@ 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 +xcopy "$(ExternalsDir)glfw-3.0.2\lib-msvc100\glfw3.dll" "$(EmuBinDir)" /Y /S /D +%(Command) comctl32.lib;winmm.lib;%(AdditionalDependencies) diff --git a/vsprops/qt_libs_debug.props b/vsprops/qt_libs_debug.props index 2b2ced9bc..7b8660050 100644 --- a/vsprops/qt_libs_debug.props +++ b/vsprops/qt_libs_debug.props @@ -11,6 +11,11 @@ false /I"$(SolutionDir)src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit" /D"_DEBUG" + + xcopy "$(QtLibraryDir)QtCored4.dll" "$(EmuBinDir)" /Y /S /D +xcopy "$(QtLibraryDir)QtGuid4.dll" "$(EmuBinDir)" /Y /S /D +xcopy "$(QtLibraryDir)QtOpenGLd4.dll" "$(EmuBinDir)" /Y /S /D + \ No newline at end of file diff --git a/vsprops/qt_libs_release.props b/vsprops/qt_libs_release.props index 87ccf605d..76b71df07 100644 --- a/vsprops/qt_libs_release.props +++ b/vsprops/qt_libs_release.props @@ -7,6 +7,11 @@ QtCore4.lib;QtGui4.lib;QtOpenGL4.lib;%(AdditionalDependencies) + + xcopy "$(QtLibraryDir)QtCore4.dll" "$(EmuBinDir)" /Y /S /D +xcopy "$(QtLibraryDir)QtGui4.dll" "$(EmuBinDir)" /Y /S /D +xcopy "$(QtLibraryDir)QtOpenGL4.dll" "$(EmuBinDir)" /Y /S /D + \ No newline at end of file -- cgit v1.2.3