Fix more line endings of (DOS) command files in IDE folders.
These DOS command files / scripts / batch files should have cr/lf line endings.
This commit is contained in:
parent
9a7c01a8aa
commit
168ec2e89e
1
ide/.gitattributes
vendored
1
ide/.gitattributes
vendored
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
# MS VC files with Windows line endings (crlf)
|
# MS VC files with Windows line endings (crlf)
|
||||||
|
|
||||||
|
*.cmd eol=crlf
|
||||||
*.dsp eol=crlf
|
*.dsp eol=crlf
|
||||||
*.dsw eol=crlf
|
*.dsw eol=crlf
|
||||||
*.filters eol=crlf
|
*.filters eol=crlf
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
@echo off
|
@echo off
|
||||||
echo Compiling fluid files ...
|
echo Compiling fluid files ...
|
||||||
pushd .
|
pushd .
|
||||||
cd ../../test
|
cd ../../test
|
||||||
if "%1"=="/D" goto debugmode
|
if "%1"=="/D" goto debugmode
|
||||||
..\fluid\fluid -c "%1"
|
..\fluid\fluid -c "%1"
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
:debugmode:
|
:debugmode:
|
||||||
..\fluid\fluidd -c "%2"
|
..\fluid\fluidd -c "%2"
|
||||||
|
|
||||||
:end
|
:end
|
||||||
popd
|
popd
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
@echo off
|
@echo off
|
||||||
echo Compiling fluid files ...
|
echo Compiling fluid files ...
|
||||||
pushd .
|
pushd .
|
||||||
cd ../../test
|
cd ../../test
|
||||||
if "%1"=="/D" goto debugmode
|
if "%1"=="/D" goto debugmode
|
||||||
..\fluid\fluid -c "%1"
|
..\fluid\fluid -c "%1"
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
:debugmode:
|
:debugmode:
|
||||||
..\fluid\fluidd -c "%2"
|
..\fluid\fluidd -c "%2"
|
||||||
|
|
||||||
:end
|
:end
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user