- Timestamp:
- Aug 29, 2007 8:57:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r4400 r4424 830 830 # Windows install tools... 831 831 VBOX_PATH_WIX ?= $(PATH_DEVTOOLS)/win.x86/wix/v2.0.4611.0 832 ifeq ($(BUILD_TARGET_ARCH),amd64) 833 VBOX_PATH_DIFX ?= $(PATH_DEVTOOLS)/win.amd64/DIFx/v2.1 834 else 835 VBOX_PATH_DIFX ?= $(PATH_DEVTOOLS)/win.x86/DIFx/v2.1 836 endif 837 832 VBOX_PATH_DIFX ?= $(PATH_DEVTOOLS)/win.$(BUILD_TARGET_ARCH)/DIFx/v2.1 838 833 839 834 # We need to export YASM for OSE, but since it was converted to .zip we need to
Note:
See TracChangeset
for help on using the changeset viewer.