Skip to content
Snippets Groups Projects
Commit 63f7e642 authored by Steve Holme's avatar Steve Holme
Browse files

build: Fixed some tabulation issues in the Visual Studio file generator

parent 18e4cd1e
No related branches found
No related tags found
No related merge requests found
......@@ -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" (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment