Changeset 10044 in vbox
- Timestamp:
- Jul 1, 2008 12:06:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r10040 r10044 35 35 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk 36 36 include $(PATH_SUB_CURRENT)/Storage/testcase/Makefile.kmk 37 ifndef VBOX_OSE 38 include $(PATH_SUB_CURRENT)/Storage/VBoxHDDFormats/Makefile.kmk 39 endif 37 40 38 41 # Subdirs with complex makefiles. … … 43 46 SUBDIRS_LIBRARIES = PC/Etherboot-src 44 47 SUBDIRS_CLEAN = PC/Etherboot-src 45 endif46 47 ifndef VBOX_OSE48 SUBDIRS_LIBRARIES += Storage/VBoxHDDFormats49 SUBDIRS_CLEAN += Storage/VBoxHDDFormats50 48 endif 51 49
Note:
See TracChangeset
for help on using the changeset viewer.