Changeset 59316 in vbox
- Timestamp:
- Jan 12, 2016 12:39:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/Makefile.kmk
r59315 r59316 41 41 # 42 42 if defined(VBOX_WITH_OPEN_WATCOM) 43 if1of ($(KBUILD_TARGET), linux win) # requires patched NASM.43 if1of ($(KBUILD_TARGET), win) 44 44 VBOX_WITH_BS3KIT = 1 45 else if $(VBOX_GCC_VERSION_CC) >= 40400 # ms_abi was added in 4.4 46 if1of ($(KBUILD_TARGET), linux) # Requires patched NASM in tools. 47 VBOX_WITH_BS3KIT = 1 48 endif 49 endif 50 ifdef VBOX_WITH_BS3KIT 45 51 include $(PATH_SUB_CURRENT)/bs3kit/Makefile.kmk 46 52 endif
Note:
See TracChangeset
for help on using the changeset viewer.