From fb47fe2dd38d7e33362c1c4a5e152e292007709c Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 19 May 2006 19:04:14 +0000 Subject: [PATCH] CRLF eol git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3278 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- scripts/build.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/build.bat b/scripts/build.bat index 5bd8ce2e..ee0ef807 100755 --- a/scripts/build.bat +++ b/scripts/build.bat @@ -1,6 +1,6 @@ -@echo off -set PYTHON="c:\Python 24\python.exe" -%PYTHON% setup.py sdist --manifest-only -%PYTHON% setup.py build -c mingw32 -copy build\lib.win32-2.4\linkcheck\HtmlParser\htmlsax.pyd linkcheck\HtmlParser -copy build\lib.win32-2.4\linkcheck\ftpparse\_ftpparse.pyd linkcheck\ftpparse +@echo off +set PYTHON="c:\Python 24\python.exe" +%PYTHON% setup.py sdist --manifest-only +%PYTHON% setup.py build -c mingw32 +copy build\lib.win32-2.4\linkcheck\HtmlParser\htmlsax.pyd linkcheck\HtmlParser +copy build\lib.win32-2.4\linkcheck\ftpparse\_ftpparse.pyd linkcheck\ftpparse