Subversion Repositories Kolibri OS

Rev

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

Rev 6535 Rev 6559
Line 6... Line 6...
6
CLAYER:= $(abspath ../../)
6
CLAYER:= $(abspath ../../)
Line 7... Line 7...
7
 
7
 
8
LDFLAGS = -static -S -nostdlib -T $(SDK_DIR)/lib/app-dynamic.lds \
8
LDFLAGS = -static -S -nostdlib -T $(SDK_DIR)/lib/app-dynamic.lds \
Line 9... Line 9...
9
          --image-base 0 -lgcc -ldll -lc.dll 
9
          --image-base 0 -lgcc -ldll -lc.dll 
Line 10... Line 10...
10
 
10
 
11
CFLAGS = -g -U_Win32 -U_WIN32 -U__MINGW32__ -std=gnu90
11
CFLAGS = -g -U_Win32 -U_WIN32 -U__MINGW32__ -std=gnu90 -mno-ms-bitfields
Line 12... Line 12...
12
 
12