Changeset 593 in xtideuniversalbios for trunk/Assembly_Library/Inc/AssemblyLibrary.inc
- Timestamp:
- Jun 30, 2018, 8:27:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/AssemblyLibrary.inc
r256 r593 9 9 %include "BiosData.inc" 10 10 %include "BiosFunctions.inc" 11 %include "CMOS.inc" 11 12 %include "CgaSnow.inc" 12 13 %include "Debug.inc" 13 14 %include "Delay.inc" 14 15 %include "DosFunctions.inc" 16 %include "CMOS.inc" 15 17 %include "File.inc" 16 18 %include "Math.inc" … … 20 22 21 23 ; Library dependencies 22 %ifdef INCLUDE_MENU_DIALOGS 23 %include "Dialog.inc" 24 %define INCLUDE_MENU_LIBRARY 25 %define INCLUDE_FILE_LIBRARY 26 %endif 27 28 %ifdef INCLUDE_MENU_LIBRARY 24 %ifdef INCLUDE_MENU_LIBRARY or INCLUDE_MENU_DIALOGS ; To prevent warnings with Nasm 2.13.xx 29 25 %include "Menu.inc" 30 26 %include "MenuEvents.inc" 31 27 %define INCLUDE_KEYBOARD_LIBRARY 32 28 %define INCLUDE_TIME_LIBRARY 29 30 %ifdef INCLUDE_MENU_DIALOGS 31 %include "Dialog.inc" 32 %define INCLUDE_MENU_LIBRARY 33 %define INCLUDE_FILE_LIBRARY 34 %endif 33 35 %endif 34 36
Note:
See TracChangeset
for help on using the changeset viewer.