Changeset 13520 in vbox
- Timestamp:
- Oct 23, 2008 9:05:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r13491 r13520 292 292 # Set this to prefix all C symbols in XPCOM, to avoid dynamic linking problems 293 293 # caused by our XPCOM library polluting the symbol namespace for system libs. 294 # @todo disabled this for now, as it causes problem with old external xpcom components.295 294 if1of ($(KBUILD_TARGET), linux solaris) 296 295 VBOX_WITH_XPCOM_NAMESPACE_CLEANUP = 1 … … 633 632 # VBOX_WITHOUT_HARDENING is for developers (put in LocalConfig.kmk). 634 633 # Note that this is a bit rough since hardening governs more than one 635 # variable... Also note that we allow VBOX_WITH_HARDENING=1 on the 634 # variable... Also note that we allow VBOX_WITH_HARDENING=1 on the 636 635 # command line to overrule VBOX_WITHOUT_HARDENING (the check below). 637 636 #
Note:
See TracChangeset
for help on using the changeset viewer.