reactos/freeldr/build.bat

8 lines
73 B
Batchfile
Raw Normal View History

cd bootsect
call make.bat
cd..
cd freeldr
make
copy freeldr.sys ..
cd ..