Changeset 6708 in vbox
- Timestamp:
- Feb 1, 2008 8:04:23 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r6706 r6708 146 146 # Build the optional ring-0 part of the additions for syntax checking. 147 147 # (Ignored ifndef VBOX_WITH_ADDITIONS. Hack for 32/64 linux issues.) 148 VBOX_WITH_ADDITION_DRIVERS = 1 148 ifneq ($(BUILD_TARGET),l4) 149 VBOX_WITH_ADDITION_DRIVERS = 1 150 endif 149 151 # Build win32 additions (cross building them on linux and l4 using wine). 150 152 if1of ($(BUILD_TARGET),l4 linux win)
Note:
See TracChangeset
for help on using the changeset viewer.