Subversion Repositories Kolibri OS

Rev

Rev 6412 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6412 Rev 6424
Line 8... Line 8...
8
set INCLUDE=include
8
set INCLUDE=include
9
set CC=kos32-tcc 
9
set CC=kos32-tcc  
10
set CFLAGS=-c -nostdinc -DGNUC -I"%cd%\%INCLUDE%" -Wall
10
set CFLAGS=-c -nostdinc -DGNUC -I"%cd%\%INCLUDE%" -Wall
11
set AR=kos32-ar
11
set AR=kos32-ar
12
set ASM=fasm
12
set ASM=fasm
13
set dirs=stdio memory kolibrisys string stdlib
13
set dirs=stdio memory kolibrisys string stdlib math
14
rem #### END OF CONFIG SECTION ####
14
rem #### END OF CONFIG SECTION ####
Line 15... Line 15...
15
 
15
 
16
set objs=
16
set objs=
17
set target=%1
17
set target=%1