Subversion Repositories Kolibri OS

Rev

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

Rev 4930 Rev 5022
Line 4... Line 4...
4
AR = kos32-ar
4
AR = kos32-ar
5
LD = kos32-ld
5
LD = kos32-ld
6
CPP= kos32-g++
6
CPP= kos32-g++
7
STRIP = kos32-strip
7
STRIP = kos32-strip
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
CFLAGS = -U_Win32 -U_WIN32 -U__MINGW32__ -c -O2 -fomit-frame-pointer
9
CFLAGS = -U_Win32 -U_WIN32 -U__MINGW32__ -c -O2 -fno-ident -fomit-frame-pointer
Line 10... Line 10...
10
 
10