diff options
author | montellese <montellese@xbmc.org> | 2013-06-11 21:19:44 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-06-11 21:48:06 +0200 |
commit | bcb44ee2f10b04559e7d9b1b34596021151db054 (patch) | |
tree | 130c75f5204be4f400beb39853cc3077576f0a88 /project | |
parent | f107d246ae5e190365b2939a2ddc327375660e79 (diff) |
[win32] cosmetic in BuildSetup.bat
Diffstat (limited to 'project')
-rw-r--r-- | project/Win32BuildSetup/BuildSetup.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Win32BuildSetup/BuildSetup.bat b/project/Win32BuildSetup/BuildSetup.bat index 564fee0b29..c6ce76c5d4 100644 --- a/project/Win32BuildSetup/BuildSetup.bat +++ b/project/Win32BuildSetup/BuildSetup.bat @@ -35,7 +35,7 @@ FOR %%b in (%1, %2, %3, %4, %5) DO ( IF %%b==noclean SET buildmode=noclean IF %%b==noprompt SET promptlevel=noprompt IF %%b==nomingwlibs SET buildmingwlibs=false - IF %%b==sh SET useshell=sh + IF %%b==sh SET useshell=sh ) SET buildconfig=Release (DirectX) |