forked from KolibriOS/kolibrios
interim audit for @SS N2
git-svn-id: svn://kolibrios.org@1746 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d408e66db4
commit
af2042f7e8
14
programs/system/ss/trunk/build.sh
Executable file
14
programs/system/ss/trunk/build.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# This script does for linux the same as build.bat for DOS,
|
||||
# it compiles the KoOS kernel, hopefully ;-)
|
||||
|
||||
echo "lang fix en"
|
||||
echo "lang fix en" > lang.inc
|
||||
fasm -m 16384 @ss.asm @ss
|
||||
kpack @ss
|
||||
rm -f lang.inc
|
||||
exit 0
|
||||
|
||||
|
||||
|
||||
|
5
programs/system/ss/trunk/build_en.bat
Normal file
5
programs/system/ss/trunk/build_en.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@erase lang.inc
|
||||
@echo lang fix en >lang.inc
|
||||
@fasm @ss.asm @ss
|
||||
@erase lang.inc
|
||||
@pause
|
5
programs/system/ss/trunk/build_ru.bat
Normal file
5
programs/system/ss/trunk/build_ru.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@erase lang.inc
|
||||
@echo lang fix ru >lang.inc
|
||||
@fasm @ss.asm @ss
|
||||
@erase lang.inc
|
||||
@pause
|
Loading…
Reference in New Issue
Block a user