Changeset 687 in vbox
- Timestamp:
- Feb 6, 2007 5:11:42 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18324
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r668 r687 132 132 VBOX_WITH_VBOXDRV = 1 133 133 # build with secure label support 134 if neq ($(BUILD_TARGET),win64) # too much work with freetype and all that.135 VBOX_WITH_SECURELABEL 134 ifeq ($(filter win.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),) # too much work with freetype and all that. 135 VBOX_WITH_SECURELABEL = 1 136 136 endif 137 137
Note:
See TracChangeset
for help on using the changeset viewer.