Changeset 90924 in vbox
- Timestamp:
- Aug 26, 2021 4:24:34 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r90921 r90924 670 670 VBOX_WITH_MAIN_USB_ID_DATABASE = 1 671 671 # Whether to enable error message translation in Main. 672 ifndef VBOX_ONLY_SDK 673 VBOX_WITH_MAIN_NLS = 1 674 endif 672 VBOX_WITH_MAIN_NLS = 1 675 673 # Set this to prefix all C symbols in XPCOM, to avoid dynamic linking problems 676 674 # caused by our XPCOM library polluting the symbol namespace for system libs. … … 1247 1245 include $(VBOX_BRANDING_CFG) 1248 1246 endif 1247 1248 # 1249 # Disable NLS support for only SDK builds 1250 # 1251 ifdef VBOX_ONLY_SDK 1252 VBOX_WITH_MAIN_NLS = 1253 endif 1254 1249 1255 1250 1256 #
Note:
See TracChangeset
for help on using the changeset viewer.

