Changeset 52635 in vbox
- Timestamp:
- Sep 7, 2014 5:20:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r51985 r52635 722 722 # 723 723 $(VBOX_WIN_INST_OUT_DIR)/VBoxKey.wxi: $(PATH_SUB_CURRENT)/VBoxKey.wxi $(VBOX_VERSION_STAMP) | $$(dir $$@) 724 $(SED) -e 's/%VER%/$(VBOX_VERSION_STRING_RAW)/' --output $@ $< 725 $(SED) -e 's/%VER_EXT%/$(VBOX_VERSION_STRING)/' --output $@ $< 724 $(SED) -e 's/%VER%/$(VBOX_VERSION_STRING_RAW)/' \ 725 -e 's/%VER_EXT%/$(VBOX_VERSION_STRING)/' \ 726 --output $@ $< 726 727 727 728 #
Note:
See TracChangeset
for help on using the changeset viewer.