From 168ec2e89e151afe678f96d8478b715432eb9324 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 22 Dec 2018 01:09:10 +0100 Subject: [PATCH] Fix more line endings of (DOS) command files in IDE folders. These DOS command files / scripts / batch files should have cr/lf line endings. --- ide/.gitattributes | 1 + ide/VisualC2008/cfluid.cmd | 26 +++++++++++++------------- ide/VisualC2010/cfluid.cmd | 26 +++++++++++++------------- 3 files changed, 27 insertions(+), 26 deletions(-) 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