Subversion Repositories Kolibri OS

Rev

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

Rev 1631 Rev 1867
Line 1... Line -...
1
CC = gcc
-
 
2
FASM = e:/fasm/fasm.exe
-
 
3
 
-
 
4
CFLAGS = -c -O2 -fomit-frame-pointer -fno-builtin-printf 
1
CC = gcc
5
 
2
FASM = e:/fasm/fasm.exe
Line 6... Line 3...
6
DRV_DIR   = $(CURDIR)/..
3