9c94426d7a
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@988 6ac86273-5f31-0410-b378-82cca8765d1b
5 lines
159 B
Batchfile
Executable File
5 lines
159 B
Batchfile
Executable File
@echo off
|
|
%BASE%\binw\ms2wlink %1 %2 %3 %4 %5 %6 %7 %8 %9>kernel.lnk
|
|
echo op map,statics,verbose,eliminate,vfremoval>>kernel.lnk
|
|
%BASE%\binw\wlink @kernel.lnk
|