Subversion Repositories Kolibri OS

Rev

Rev 4362 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4362 Rev 4930
Line 7... Line 7...
7
LDFLAGS = -shared -s -nostdlib -T ../newlib/dll.lds --entry _DllStartup --image-base=0 --out-implib lib$(LIBRARY).dll.a
7
LDFLAGS = -shared -s -nostdlib -T ../newlib/dll.lds --entry _DllStartup --image-base=0 --out-implib lib$(LIBRARY).dll.a
8
 
8
 
Line 9... Line 9...
9
STRIP = $(PREFIX)strip
9
STRIP = $(PREFIX)strip
Line 10... Line 10...
10
 
10
 
Line 11... Line 11...
11
INCLUDES= -I. -I../newlib/include
11
INCLUDES= -I. -I../newlib/libc/include
Line 12... Line 12...
12
 
12