Changeset 742 for Whitix/branches
- Timestamp:
- 07/07/08 18:32:32 (5 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/fs/user/fruity/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/fs/user/fruity/Makefile
r333 r742 7 7 8 8 build: $(OBJS) 9 gcc -m32 -nodefaultlibs -nostdlib -L../libc -L../librtl -L../posix -lpthread -L../sdk/libs ../libc/init/init.o $(OBJS) -lconsole -lstdc -lrtl -Wl,-I,/ Linker-o fruity9 gcc -m32 -nodefaultlibs -nostdlib -L../libc -L../librtl -L../posix -lpthread -L../sdk/libs ../libc/init/init.o $(OBJS) -lconsole -lstdc -lrtl -Wl,-I,/System/Runtime/liblinker.so -o fruity 10 10 11 11 clean: