mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Corrected line feeds so that DOS can run the .bat
svn path=/trunk/; revision=1594
This commit is contained in:
parent
ec9ef6951c
commit
766ded4e0f
2 changed files with 39 additions and 40 deletions
|
@ -6,7 +6,7 @@
|
|||
# Select your host
|
||||
#
|
||||
#HOST = mingw32-linux
|
||||
#HOST = mingw32-windows
|
||||
HOST = mingw32-windows
|
||||
|
||||
PATH_TO_TOP = .
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue