Corrected line feeds so that DOS can run the .bat

svn path=/trunk/; revision=1594
This commit is contained in:
Jason Filby 2001-02-03 10:28:14 +00:00
parent ec9ef6951c
commit 766ded4e0f
2 changed files with 39 additions and 40 deletions

View file

@ -6,7 +6,7 @@
# Select your host
#
#HOST = mingw32-linux
#HOST = mingw32-windows
HOST = mingw32-windows
PATH_TO_TOP = .

View file

@ -1,4 +1,4 @@
echo off
@echo off
md c:\reactos
md c:\reactos\bin
md c:\reactos\system32
@ -44,4 +44,3 @@ copy apps\pteb\pteb.exe c:\reactos\bin
copy apps\consume\consume.exe c:\reactos\bin
copy apps\vmtest\vmtest.exe c:\reactos\bin
copy apps\gditest\gditest.exe c:\reactos\bin