From 0539a701073043423dbf12b06d63aabc5a252574 Mon Sep 17 00:00:00 2001 From: Eric Auer Date: Sat, 20 May 2006 20:45:59 +0000 Subject: [PATCH] Changed batch files to use CR LF - command.com gets confused otherwise. build.bat clean.bat clobber.bat default.bat utils/echoto.bat utils/proto.bat utils/wlinker.bat utils/rmfiles.bat git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1181 6ac86273-5f31-0410-b378-82cca8765d1b --- utils/proto.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/proto.bat b/utils/proto.bat index 472b76f..b57c208 100644 --- a/utils/proto.bat +++ b/utils/proto.bat @@ -1,2 +1 @@ for %%f in ( %1 %2 %3 %4 %5 %6 %7 %8 %9 ) do mkptypes %%f >>proto.h -