From 63f7e64218f9548c078dcb5fd5a6e950a9827f44 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 11 May 2014 18:20:52 +0100 Subject: build: Fixed some tabulation issues in the Visual Studio file generator --- projects/generate.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/generate.bat b/projects/generate.bat index 8a0368c44..189824c93 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" ( -- cgit v1.2.1