Subversion Repositories Kolibri OS

Rev

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

Rev 4866 Rev 4930
Line 10... Line 10...
10
LDFLAGS = -shared -s -nostdlib -T ../newlib/dll.lds --entry _DllStartup --image-base=0
10
LDFLAGS = -shared -s -nostdlib -T ../newlib/dll.lds --entry _DllStartup --image-base=0
11
LDFLAGS+= --out-implib lib$(LIBRARY).dll.a
11
LDFLAGS+= --out-implib lib$(LIBRARY).dll.a
Line 12... Line 12...
12
 
12
 
Line 13... Line 13...
13
ARFLAGS = crs
13
ARFLAGS = crs
Line 14... Line 14...
14
 
14
 
Line 15... Line 15...
15
INCLUDES= -I../newlib/include -I./include -I./include/freetype/config 
15
INCLUDES= -I../newlib/libc/include -I./include -I./include/freetype/config