From d953d3d0176cd26381967e05e3ddcca9a268ec37 Mon Sep 17 00:00:00 2001 From: ShizZy Date: Wed, 4 Sep 2013 20:46:01 -0400 Subject: renamed VS properties to be correct filename case --- vsprops/app.props | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vsprops/app.props (limited to 'vsprops/app.props') diff --git a/vsprops/app.props b/vsprops/app.props new file mode 100644 index 000000000..0b45648e4 --- /dev/null +++ b/vsprops/app.props @@ -0,0 +1,23 @@ + + + + + $(SolutionDir)bin\$(PlatformName)\ + + + $(GekkoBinDir) + $(ProjectName)$(Configuration) + + + + xcopy "$(SolutionDir)data" "$(GekkoBinDir)" /Y /S /D +xcopy "$(ExternalsDir)glew-1.6.0\bin$(PlatformArchitecture)\glew32.dll" "$(GekkoBinDir)" /Y /S /D +xcopy "$(ExternalsDir)sdl-2.0.0\lib\$(PlatformName)\SDL.dll" "$(GekkoBinDir)" /Y /S /D + + + + + $(GekkoBinDir) + + + \ No newline at end of file -- cgit v1.2.3