Changeset 492 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc
- Timestamp:
- Dec 21, 2012, 1:01:55 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc
r491 r492 18 18 ; 19 19 20 ; Boot Menu requires Hotkey support21 %ifdef MODULE_BOOT_MENU22 %ifndef MODULE_HOTKEYS23 %define MODULE_HOTKEYS24 %endif25 %endif26 27 20 %ifdef MODULE_SERIAL_FLOPPY 28 21 %ifndef MODULE_SERIAL … … 30 23 %endif 31 24 %endif 32 33 25 34 26 ; Include module specific .INC files … … 50 42 %ifdef MODULE_HOTKEYS 51 43 %include "HotkeyBar.inc" ; For Hotkeys 52 %ifdef MODULE_BOOT_MENU 53 %include "BootMenu.inc" ; For Boot Menu 54 %endif 44 %endif 45 46 %ifdef MODULE_BOOT_MENU 47 %include "BootMenu.inc" ; For Boot Menu 48 %endif 49 50 %ifdef MODULE_BOOT_MENU OR MODULE_HOTKEYS 51 %define MODULE_DRIVEXLATE 55 52 %endif 56 53
Note:
See TracChangeset
for help on using the changeset viewer.