Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3586 → Rev 3587

/programs/system/clip/trunk/cliptest.ASM
7,7 → 7,7
 
; <--- include all MeOS stuff --->
include "lang.inc"
include "..\..\..\MACROS.INC"
include "..\..\..\macros.inc"
 
TEST_SIZE = 100000 ; ¤®«¦­® ¤¥«¨âìáï ­  4
 
/programs/system/clip/trunk/makefile
0,0 → 1,17
#!gmake
 
# Macro
FASM=/opt/bin/fasm
KPACK=/opt/bin/kpack
LANG=lang.inc
 
en:
echo "lang fix ru" > ${LANG}
${FASM} \@clip.ASM \@clip
${FASM} cliptest.ASM cliptest
${FASM} test2.asm test2
${KPACK} \@clip
 
clean:
rm -f ${LANG} \@clip test2 cliptest
 
/programs/system/clip/trunk/test2.asm
8,7 → 8,7
 
; <--- include all MeOS stuff --->
include "lang.inc"
include "..\..\..\MACROS.INC"
include "..\..\..\macros.inc"
 
; <--- start of MenuetOS application --->
MEOS_APP_START