forked from KolibriOS/kolibrios
c2fbdf929c
git-svn-id: svn://kolibrios.org@1805 a494cfbc-eb01-0410-851d-a64ba20cac60
11 lines
280 B
PHP
11 lines
280 B
PHP
;//NAME// checkers.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 "include\me_start.inc"
|
|
include "include\me_func.inc"
|
|
include "include\me_heap.inc"
|