Added assert for make running on the MSX.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
This commit is contained in:
parent
779138daca
commit
1a0e2233d7
6 changed files with 101 additions and 2 deletions
25
src/make-on-msx/build.bat
Normal file
25
src/make-on-msx/build.bat
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
echo === Trigger workaround
|
||||
rem note1: Fixme make will not build without targets files
|
||||
rem note2: Fixme make will not build without updated time stamps
|
||||
copy /T build.bat NFBSSHOT.BIN
|
||||
dir/w utils
|
||||
copy /T build.bat NFBSSHOT.HEX
|
||||
dir/w utils
|
||||
copy /T build.bat NFBSSHOT.REL
|
||||
dir/w utils
|
||||
copy /T NFBSSHOT.MAC NFBSSHOT.BAK
|
||||
dir/w utils
|
||||
copy /T NFBSSHOT.BAK NFBSSHOT.MAC
|
||||
dir/w utils
|
||||
echo === Running make
|
||||
make NFBSSHOT.MF /x > build2.bat
|
||||
echo === Concat shutdown
|
||||
echo "" > build3.bat
|
||||
IFF "exit" == %1
|
||||
echo "shutdown.bat" > build3.bat
|
||||
ENDIFF
|
||||
concat build2.bat + build3.bat build4.bat
|
||||
echo === Final script
|
||||
type build4.bat
|
||||
echo === Running build
|
||||
build4.bat
|
||||
Loading…
Add table
Add a link
Reference in a new issue