- Timestamp:
- May 26, 2014 12:18:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r51225 r51391 83 83 # We don't have the license text in another language than English yet, 84 84 # so just define the branding targets to use the English one for now. 85 # 86 $(foreach lang,$(VBOX_INSTALLER_LANGUAGES), \ 85 # The installer generation assumes that there is a translation for each 86 # of VBOX_MANUAL_ADD_LANGUAGES. 87 # 88 $(foreach lang,$(VBOX_MANUAL_ADD_LANGUAGES), \ 87 89 $(eval VBOX_BRAND_$(lang)_LICENSE_RTF := $(VBOX_BRAND_LICENSE_RTF)) \ 88 90 $(eval VBOX_BRAND_$(lang)_LANGUAGE_CODEPAGE := 1252))
Note:
See TracChangeset
for help on using the changeset viewer.