Changeset 491 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc
- Timestamp:
- Dec 15, 2012, 2:46:29 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc
r477 r491 1 ; /*2 1 ; Project name : XTIDE Universal BIOS 3 2 ; Description : Dependencies for optional modules. 4 3 5 4 ; 6 ; XTIDE Universal BIOS and Associated Tools 5 ; XTIDE Universal BIOS and Associated Tools 7 6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team. 8 7 ; … … 11 10 ; the Free Software Foundation; either version 2 of the License, or 12 11 ; (at your option) any later version. 13 ; 12 ; 14 13 ; This program is distributed in the hope that it will be useful, 15 14 ; but WITHOUT ANY WARRANTY; without even the implied warranty of 16 15 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 ; GNU General Public License for more details. 16 ; GNU General Public License for more details. 18 17 ; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 19 18 ; … … 31 30 %endif 32 31 %endif 33 34 32 35 33 … … 53 51 %include "HotkeyBar.inc" ; For Hotkeys 54 52 %ifdef MODULE_BOOT_MENU 55 %include "BootMenu.inc" 53 %include "BootMenu.inc" ; For Boot Menu 56 54 %endif 57 55 %endif … … 60 58 %include "IntController.inc" 61 59 %endif 62 63 60 64 61
Note:
See TracChangeset
for help on using the changeset viewer.