Last change
on this file since 396 was 395, checked in by aitotat@…, 13 years ago |
Changes to XTIDE Universal BIOS:
- Hotkey Bar and drive translations are now in MODULE_HOTKEYS.
|
File size:
935 bytes
|
Rev | Line | |
---|
[395] | 1 | ; /*
|
---|
| 2 | ; Project name : XTIDE Universal BIOS
|
---|
| 3 | ; Description : Dependencies for optional modules.
|
---|
| 4 |
|
---|
| 5 | ;
|
---|
| 6 | ; XTIDE Universal BIOS and Associated Tools
|
---|
| 7 | ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
|
---|
| 8 | ;
|
---|
| 9 | ; This program is free software; you can redistribute it and/or modify
|
---|
| 10 | ; it under the terms of the GNU General Public License as published by
|
---|
| 11 | ; the Free Software Foundation; either version 2 of the License, or
|
---|
| 12 | ; (at your option) any later version.
|
---|
| 13 | ;
|
---|
| 14 | ; This program is distributed in the hope that it will be useful,
|
---|
| 15 | ; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 16 | ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 17 | ; GNU General Public License for more details.
|
---|
| 18 | ; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
---|
| 19 | ;
|
---|
| 20 |
|
---|
| 21 | ; Boot Menu requires Hotkey support
|
---|
| 22 | %ifdef MODULE_BOOT_MENU
|
---|
| 23 | %ifndef MODULE_HOTKEYS
|
---|
| 24 | %define MODULE_HOTKEYS
|
---|
| 25 | %endif
|
---|
| 26 | %endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.