Changeset 1761 for Whitix/branches
- Timestamp:
- 01/13/09 05:24:50 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/branches/khorben-libc/user/burn/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/khorben-libc/user/burn/Makefile
r1290 r1761 8 8 9 9 build: $(OBJS) 10 $(CC) -nostdlib -L../libc/src -L../librtl -L../posix -L../sdk/libs ../libc/src/start.o $(OBJS) -lc -lrtl -lconsole - lpthread -o burn -Wl,-I/System/Runtime/liblinker.so10 $(CC) -nostdlib -L../libc/src -L../librtl -L../posix -L../sdk/libs ../libc/src/start.o $(OBJS) -lc -lrtl -lconsole -o burn -Wl,-I/System/Runtime/liblinker.so 11 11 strip burn 12 12
