From: Steve Holme Date: Sun, 11 May 2014 17:20:52 +0000 (+0100) Subject: build: Fixed some tabulation issues in the Visual Studio file generator X-Git-Tag: curl-7_37_0~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63f7e64218f9548c078dcb5fd5a6e950a9827f44;p=thirdparty%2Fcurl.git build: Fixed some tabulation issues in the Visual Studio file generator --- diff --git a/projects/generate.bat b/projects/generate.bat index 8a0368c442..189824c933 100644 --- a/projects/generate.bat +++ b/projects/generate.bat @@ -121,9 +121,9 @@ rem :element set "SPACES= " if "%2" == "lib\vtls" ( - set "TABS= " + set "TABS= " ) else ( - set "TABS= " + set "TABS= " ) call :extension %3 ext @@ -135,11 +135,11 @@ rem echo # End Source File>> %4 ) else if "%1" == "vcproj1" ( echo %TABS%^> %4 - echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4 + echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4 echo %TABS%^>> %4 ) else if "%1" == "vcproj2" ( echo %TABS%^> %4 - echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4 + echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4 echo %TABS%^>>> %4 echo %TABS%^>> %4 ) else if "%1" == "vcxproj" (