- Timestamp:
- Aug 27, 2007 5:22:49 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r4216 r4392 226 226 # Enable shared clipboard 227 227 VBOX_WITH_SHARED_CLIPBOARD = 1 228 # Enable the Intel PXE ROM (replaces Etherboot). 229 #VBOX_WITH_INTEL_PXE = 1 228 230 229 231 -
trunk/src/VBox/Devices/Makefile.kmk
r4236 r4392 6 6 # 7 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 10 # available from http://www.virtualbox.org. This file is free software; … … 25 25 26 26 # Subdirs with complex makefiles. 27 ifdef VBOX_WITH_INTEL_PXE 28 SUBDIRS_LIBRARIES = PC/PXE 29 SUBDIRS_CLEAN = PC/PXE 30 else 27 31 SUBDIRS_LIBRARIES = PC/Etherboot-src 28 32 SUBDIRS_CLEAN = PC/Etherboot-src 33 endif 29 34 30 35 #
Note:
See TracChangeset
for help on using the changeset viewer.