Changeset 4547 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Sep 5, 2007 10:03:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r4474 r4547 23 23 # 24 24 LIBRARIES += SUPR3 25 if neq ($(filter-out darwin solaris,$(BUILD_TARGET)),)25 ifeq ($(filter-out pe lx,$(VBOX_LDR_FMT)),) 26 26 LIBRARIES += SUPR0 27 27 endif
Note:
See TracChangeset
for help on using the changeset viewer.