Changeset 20255 in vbox
- Timestamp:
- Jun 4, 2009 8:40:02 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48118
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r20246 r20255 414 414 endif 415 415 # Enables the Python<->XPCOM and Python<->COM bindings. 416 # (Currently not enabled by default because all the build servers has 417 # different Python versions installed and would start burning.) 418 VBOX_WITH_PYTHON = 1 416 VBOX_WITH_PYTHON ?= 1 419 417 # Enables hardening. 420 418 # Most developers will want to disable this in their LocalConfig.kmk. -
trunk/configure
r20209 r20255 2165 2165 [ $WITH_QT4 -eq 0 ] && cnf_append "VBOX_WITH_QTGUI" "" 2166 2166 [ $WITH_SDL_TTF -eq 0 ] && cnf_append "VBOX_WITH_SECURELABEL" "" 2167 [ $WITH_PYTHON -eq 0 ] && cnf_append "VBOX_WITH_PYTHON" "" 2167 2168 [ $WITH_HARDENING -eq 0 ] && cnf_append "VBOX_WITHOUT_HARDENING" "1" 2168 2169 [ $WITH_HARDENING -eq 2 ] && cnf_append "VBOX_WITH_HARDENING" "2"
Note:
See TracChangeset
for help on using the changeset viewer.