VirtualBox

Changeset 14687 in vbox


Ignore:
Timestamp:
Nov 27, 2008 9:31:27 AM (16 years ago)
Author:
vboxsync
Message:

fix the burn

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r14686 r14687  
    12061206endif
    12071207VBOX_LIB_SUPHARDENED = $(PATH_LIB)/SUPR3HardenedStatic$(VBOX_SUFF_LIB)
     1208
     1209# For windows systems define the macro for win path conversion.
     1210ifeq ($(KBUILD_TARGET),win)
     1211 ifndef VBOX_ONLY_SDK
     1212  VBOX_FN_MAKE_WIN_PATH = $(subst /,\\,$(1))
     1213 else
     1214  # on Wine Z: is always FS root
     1215  VBOX_FN_MAKE_WIN_PATH = $(subst /,\\,$(patsubst /%,Z:/%,$(1)))
     1216 endif #!VBOX_ONLY_SDK
     1217endif #ifeq ($(KBUILD_TARGET),win)
    12081218
    12091219# The kprofile build automagically links with kProfile.
  • trunk/src/VBox/Main/Makefile.kmk

    r14527 r14687  
    3838VBOX_PATH_MAIN_SRC := $(PATH_SUB_CURRENT)
    3939
    40 ifndef VBOX_ONLY_SDK
    41  VBOX_FN_MAKE_WIN_PATH = $(subst /,\\,$(1))
    42 else
     40ifdef VBOX_ONLY_SDK
    4341 # used by some rules
    4442 PATH_VBoxCOM    = $(PATH_TARGET)/VBoxCOM
     
    4745 include $(KBUILD_PATH)/tools/VCC70.kmk
    4846 include $(KBUILD_PATH)/sdks/WINPSDK.kmk
    49  # on Wine Z: is always FS root
    50  VBOX_FN_MAKE_WIN_PATH = $(subst /,\\,$(patsubst /%,Z:/%,$(1)))
    5147endif #!VBOX_ONLY_SDK
    5248
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette