Subversion Repositories Kolibri OS

Rev

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

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