"Because of changes in winnt.h, some of security definitions must be used from there."
[reactos.git] / freeldr / build.bat
1 cd bootsect
2 call make.bat
3 cd..
4 cd freeldr
5 make
6 copy freeldr.sys ..
7 cd ..