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)
|
||||
|
||||
*.cmd eol=crlf
|
||||
*.dsp eol=crlf
|
||||
*.dsw eol=crlf
|
||||
*.filters eol=crlf
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user