Subversion Repositories Kolibri OS

Rev

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

Rev 9503 Rev 9797
Line 10... Line 10...
10
LDFLAGS = " -nostdlib -shared -s --image-base 0 --file-alignment 512 --section-alignment 4096 -L../../ddk "
10
LDFLAGS = " -nostdlib -shared -s --image-base 0 --file-alignment 512 --section-alignment 4096 -L../../ddk "
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
NAME = "geode.sys"
12
NAME = "geode.sys"
13
 
13
 
Line 14... Line 14...
14
compile_gcc{ "geode.c" }
14
compile_gcc{ "geode.c" }
15
OBJS.extra_inputs = {"../../ddk/libcore.a", "../../ddk/libddk.a"}
15
OBJS.extra_inputs = {"../../ddk/", "../../ddk/"}
16
 
16