Ensure SDL2.dll is copied for paths with spaces

The generated VS project would fail to copy the SDL2.dll file
if the solution or Bin path contained spaces.
This commit is contained in:
Jakob Botsch Nielsen 2016-01-05 12:08:27 +01:00
parent 1b50ceaa9a
commit 7230dea2e3

View File

@ -158,7 +158,7 @@ project "RecastDemo"
}
postbuildcommands {
-- Copy the SDL2 dll to the Bin folder.
"{COPY} %{wks.location}../../Contrib/SDL/lib/x86/SDL2.dll %{cfg.targetdir}"
'{COPY} "%{wks.location}../../Contrib/SDL/lib/x86/SDL2.dll" "%{cfg.targetdir}"'
}
-- mac includes and libs