forked from KolibriOS/kolibrios
97f05bd867
1) reducing the size of the binary code, 2) program uses far less memory while running (>0x7000, the old version used >0x100000) 3) process only net event at start with parameter (URL) git-svn-id: svn://kolibrios.org@1646 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
121 B
Batchfile
6 lines
121 B
Batchfile
@erase lang.inc
|
|
@echo lang fix ru >lang.inc
|
|
@fasm downloader.asm downloader
|
|
@kpack downloader
|
|
@erase lang.inc
|
|
@pause |