forked from KolibriOS/kolibrios
69ced70cd8
git-svn-id: svn://kolibrios.org@8129 a494cfbc-eb01-0410-851d-a64ba20cac60
15 lines
380 B
PHP
15 lines
380 B
PHP
;//NAME// life2.cpp
|
|
;//COMPILER// bcc32 -S -v- -R- -6 -a4 -O2 -Og -Oi -Ov -OS -k- -D__MENUET__ -Iinclude
|
|
;//UTIL_PATH// .
|
|
|
|
STACKSIZE equ 102400
|
|
HEAPSIZE equ 102400
|
|
|
|
include "..\..\proc32.inc"
|
|
include "include\kos_start.inc"
|
|
include "include\kos_func.inc"
|
|
include "include\kos_heap.inc"
|
|
include "kos_cdlg.inc"
|
|
include "mmxlife.inc"
|
|
;include "sse2life.inc"
|