diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2011-01-04 12:39:23 -0500 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2011-01-04 12:39:23 -0500 |
commit | a9839fa95cb9711efe465ca8e137c34247238485 (patch) | |
tree | 0bb8dc55aa317c9cc9191ea85e8298c2da90b06b /lib/cpluff/examples/nmakedir.bat | |
parent | 07db21c48d60933b45c702d333572ed8f4629fdc (diff) |
Fix CRLF
Diffstat (limited to 'lib/cpluff/examples/nmakedir.bat')
-rwxr-xr-x | lib/cpluff/examples/nmakedir.bat | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/cpluff/examples/nmakedir.bat b/lib/cpluff/examples/nmakedir.bat index 34567c226c..5814c012ad 100755 --- a/lib/cpluff/examples/nmakedir.bat +++ b/lib/cpluff/examples/nmakedir.bat @@ -1,11 +1,11 @@ -@REM C-Pluff examples build system for MSVC
-@REM Copyright 2007 Johannes Lehtinen
-@REM This file is free software; Johannes Lehtinen gives unlimited permission
-@REM to copy, distribute and modify it.
-
-@echo Making %2 in %1
-@cd %1
-@for /f "" %%d in ('cd') do @echo Entering directory %%d
-@nmake /nologo /f Makefile.nmake %2
-@for /f "" %%d in ('cd') do @echo Leaving directory %%d
-@cd ..
+@REM C-Pluff examples build system for MSVC +@REM Copyright 2007 Johannes Lehtinen +@REM This file is free software; Johannes Lehtinen gives unlimited permission +@REM to copy, distribute and modify it. + +@echo Making %2 in %1 +@cd %1 +@for /f "" %%d in ('cd') do @echo Entering directory %%d +@nmake /nologo /f Makefile.nmake %2 +@for /f "" %%d in ('cd') do @echo Leaving directory %%d +@cd .. |