kolibrios-fun/programs/testing/protection/trunk/build_en.bat
Kirill Lipatov (Leency) d38df2bc63 move some apps to the programs/testing folder
git-svn-id: svn://kolibrios.org@7899 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-08 12:54:55 +00:00

6 lines
112 B
Batchfile

@erase lang.inc
@echo lang fix en >lang.inc
@fasm -m 16384 test.asm test
@kpack test
@erase lang.inc
@pause