diff --git a/ide/.gitattributes b/ide/.gitattributes index 4149f93dc..0f14dbdad 100644 --- a/ide/.gitattributes +++ b/ide/.gitattributes @@ -4,6 +4,7 @@ # MS VC files with Windows line endings (crlf) +*.cmd eol=crlf *.dsp eol=crlf *.dsw eol=crlf *.filters eol=crlf diff --git a/ide/VisualC2008/cfluid.cmd b/ide/VisualC2008/cfluid.cmd index 9bf5ba2aa..dcbb1f7b8 100644 --- a/ide/VisualC2008/cfluid.cmd +++ b/ide/VisualC2008/cfluid.cmd @@ -1,13 +1,13 @@ -@echo off -echo Compiling fluid files ... -pushd . -cd ../../test -if "%1"=="/D" goto debugmode -..\fluid\fluid -c "%1" -goto end - -:debugmode: -..\fluid\fluidd -c "%2" - -:end -popd +@echo off +echo Compiling fluid files ... +pushd . +cd ../../test +if "%1"=="/D" goto debugmode +..\fluid\fluid -c "%1" +goto end + +:debugmode: +..\fluid\fluidd -c "%2" + +:end +popd diff --git a/ide/VisualC2010/cfluid.cmd b/ide/VisualC2010/cfluid.cmd index 9bf5ba2aa..dcbb1f7b8 100644 --- a/ide/VisualC2010/cfluid.cmd +++ b/ide/VisualC2010/cfluid.cmd @@ -1,13 +1,13 @@ -@echo off -echo Compiling fluid files ... -pushd . -cd ../../test -if "%1"=="/D" goto debugmode -..\fluid\fluid -c "%1" -goto end - -:debugmode: -..\fluid\fluidd -c "%2" - -:end -popd +@echo off +echo Compiling fluid files ... +pushd . +cd ../../test +if "%1"=="/D" goto debugmode +..\fluid\fluid -c "%1" +goto end + +:debugmode: +..\fluid\fluidd -c "%2" + +:end +popd