summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-05-11 18:20:52 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-05-11 18:21:07 +0100
commit63f7e64218f9548c078dcb5fd5a6e950a9827f44 (patch)
tree2d1036d526d761c8fe986bf9ea58288c1d92b8a6
parent18e4cd1e20bfe4cec9b98ae242f5512cad2da113 (diff)
downloadcurl-63f7e64218f9548c078dcb5fd5a6e950a9827f44.tar.gz
build: Fixed some tabulation issues in the Visual Studio file generator
-rw-r--r--projects/generate.bat8
1 files 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%^<File>> %4
- echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4
+ echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4
echo %TABS%^</File^>>> %4
) else if "%1" == "vcproj2" (
echo %TABS%^<File>> %4
- echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4
+ echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4
echo %TABS%^>>> %4
echo %TABS%^</File^>>> %4
) else if "%1" == "vcxproj" (