Changeset 2049 for Whitix/trunk/user/xynth/src/server/Makefile
- Timestamp:
- 05/17/09 10:39:07 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/user/xynth/src/server/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/user/xynth/src/server/Makefile
r910 r2049 4 4 5 5 DIR = src/server/ 6 7 SUBDIR-Y = video/bochs/ 8 SUBDIR-Y = video/vga/ 6 9 7 10 INCDIR += . ../lib ../../../libc/include ../../../posix/include \ … … 47 50 CFLAGS-$(VIDEO_VGA) += -I../../../../../librtl -I../../../../../libc/include -I../../../../../posix/include 48 51 49 OBJS-$(VIDEO_BOCHS) += video/bochs/server.o50 CFLAGS-$(VIDEO_BOCHS) += -I../../../../../librtl -I../../../../../libc/include -I../../../../../posix/include51 52 52 OBJS-$(VIDEO_HELPER) += video/helper/console.o video/helper/irman.o video/helper/kbd.o video/helper/modes.o \ 53 53 video/helper/mouse.o video/helper/mtrr.o video/helper/tscreen.o … … 78 78 OBJS += $(OBJS-Y) 79 79 EXTRA_OBJS += $(EXTRA_OBJS-Y) 80 LDFLAGS += -nostdlib -pthread -lstdc -lposix -lm ../../../libc/init/init.o -lxynth -lpthread -ldl -llinker -lregistry -lnetwork - dynamic-linker=/System/Runtime/liblinker.so80 LDFLAGS += -nostdlib -pthread -lstdc -lposix -lm ../../../libc/init/init.o -lxynth -lpthread -ldl -llinker -lregistry -lnetwork -lfile -dynamic-linker=/System/Runtime/liblinker.so 81 81 TARGET = $(TARGET-Y) 82 82
