Changeset 28577 in vbox
- Timestamp:
- Apr 21, 2010 9:56:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r28575 r28577 271 271 VBOX_WITH_DOCS_PACKING = 1 272 272 # Include CHM when building docs (unset in LocalConfig.kmk to suppress CHM) 273 ifneq ($(KBUILD_TARGET),linux) 274 VBOX_WITH_DOCS_CHM = 1 275 endif 273 VBOX_WITH_DOCS_CHM = 1 276 274 # Don't bother with documentation, overrides VBOX_WITH_DOCS. 277 275 # This is not used by makefiles, only Config.kmk, see below. … … 458 456 VBOX_WITH_MULTIVERSION_PYTHON ?= 1 459 457 # Enable the kchmviewer. 460 VBOX_WITH_KCHMVIEWER = 458 VBOX_WITH_KCHMVIEWER = 1 461 459 # Build the testsuite. 462 460 VBOX_WITH_TESTSUITE = 1
Note:
See TracChangeset
for help on using the changeset viewer.