Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8144 maxcodehac 1
kos32-bcc -S -v- -R- -6 -a4 -O2 -Og -Oi -Ov -OS -k- -D__KOLIBRI__ -Iinclude hello.cpp
2
echo include "kos_make.inc" > f_hello.asm
3
t2fasm < hello.asm >> f_hello.asm
4
fasm f_hello.asm hello.kex
5
kpack hello.kex
6
pause