Changeset 14691 in vbox
- Timestamp:
- Nov 27, 2008 9:50:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r14687 r14691 1207 1207 VBOX_LIB_SUPHARDENED = $(PATH_LIB)/SUPR3HardenedStatic$(VBOX_SUFF_LIB) 1208 1208 1209 # For windows systems define the macro for win path conversion. 1210 ifeq ($(KBUILD_TARGET),win) 1211 ifndef VBOX_ONLY_SDK 1209 # Define the macro for win path conversion. 1210 ifndef VBOX_ONLY_SDK 1212 1211 VBOX_FN_MAKE_WIN_PATH = $(subst /,\\,$(1)) 1213 1212 else 1214 1213 # on Wine Z: is always FS root 1215 1214 VBOX_FN_MAKE_WIN_PATH = $(subst /,\\,$(patsubst /%,Z:/%,$(1))) 1216 endif #!VBOX_ONLY_SDK 1217 endif #ifeq ($(KBUILD_TARGET),win) 1215 endif #!VBOX_ONLY_SDK 1218 1216 1219 1217 # The kprofile build automagically links with kProfile.
Note:
See TracChangeset
for help on using the changeset viewer.