- Timestamp:
- Feb 2, 2013 8:44:58 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83564
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r43940 r44523 203 203 $(APPEND) $$@ '<WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" Codepage="$(VBOX_BRAND_$(lang)_LANGUAGE_CODEPAGE)" Culture="$(lang)">' 204 204 205 $(REDIRECT) -a+to $$@ -- $(ECHO_EXT) -n '<String Id= \"LicenseText\">'205 $(REDIRECT) -a+to $$@ -- $(ECHO_EXT) -n '<String Id="LicenseText">' 206 206 $(REDIRECT) -a+to $$@ -- $(SED) -e "s|<|\<|g" -e "s|>|\>|g" $(license_file) 207 207 $(APPEND) $$@ '</String>'
Note:
See TracChangeset
for help on using the changeset viewer.