Changeset 6007 in vbox
- Timestamp:
- Dec 7, 2007 8:49:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r5999 r6007 29 29 include $(PATH_KBUILD)/header.kmk 30 30 31 ifdef VBOX_ADDITIONS_LINUX_ONLY 31 ifdef VBOX_ONLY_ADDITIONS 32 # 33 # Only build the additions, sort out the legacy names first. 34 # 35 ifeq ($(TARGET),linux) 36 LIBRARIES = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 37 else ifeq ($(TARGET),os2) 38 LIBRARIES = RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0 39 else ifeq ($(TARGET),win) 40 LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 41 else 42 LIBRARIES = RuntimeGuestR0 RuntimeGuestR3 43 endif 44 45 # 46 # Remote cross building... Will be removed unless somebody speaks up! 47 # 48 else ifdef VBOX_ADDITIONS_LINUX_ONLY 32 49 LIBRARIES = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 33 50 else ifdef VBOX_ADDITIONS_WIN32_ONLY … … 36 53 LIBRARIES += RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0 37 54 else 55 56 # 38 57 # Build everything. 58 # 39 59 BLDPROGS = uniread 40 60 LIBRARIES = RuntimeR3 RuntimeR0 RuntimeGC RuntimeEFCPP RuntimeR3NoCRTGCC
Note:
See TracChangeset
for help on using the changeset viewer.