Subversion Repositories Kolibri OS

Rev

Rev 8145 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8147 maxcodehac 1
kos32-bcc -S -v- -R- -6 -a4 -O2 -Og -Oi -Ov -OS -k- -D__KOLIBRI__ -I..\..\..\bcc32\include hello.cpp
8145 maxcodehac 2
 
8147 maxcodehac 3
echo STACKSIZE equ 102400 \n HEAPSIZE equ 102400 \n include "..\..\..\proc32.inc" \ninclude "..\..\..\bcc32\include\kos_start.inc" \n include "..\..\..\bcc32\include\kos_func.inc" \n include "..\..\..\bcc32\include\kos_heap.inc" > kos_make.inc
8145 maxcodehac 4
 
8144 maxcodehac 5
echo include "kos_make.inc" > f_hello.asm
6
t2fasm < hello.asm >> f_hello.asm
7
fasm f_hello.asm hello.kex
8
kpack hello.kex
8147 maxcodehac 9
del kos_make.inc
8145 maxcodehac 10
pause