source: xtideuniversalbios/trunk/Assembly_Library/Src/LibSizeCheck.asm @ 119

Last change on this file since 119 was 85, checked in by aitotat, 13 years ago

Changes to Assembly Library:

  • Some minor adjustments
File size: 616 bytes
Line 
1; Project name  :   Assembly Library
2; Description   :   Tests for Assembly Library.
3;                   Builds wanted library functions to check their size.
4
5; Include .inc files
6;%define INCLUDE_DISPLAY_LIBRARY
7;%define INCLUDE_FILE_LIBRARY
8;%define INCLUDE_KEYBOARD_LIBRARY
9%define INCLUDE_MENU_LIBRARY
10;%define INCLUDE_MENU_DIALOGS
11;%define INCLUDE_STRING_LIBRARY
12;%define INCLUDE_TIME_LIBRARY
13;%define INCLUDE_UTIL_LIBRARY
14
15%define EXCLUDE_BIT_UTILS
16%define EXCLUDE_SORT_UTILS
17%include "AssemblyLibrary.inc"  ; Assembly Library. Must be included first!
18
19
20; Include library sources
21%include "AssemblyLibrary.asm"
Note: See TracBrowser for help on using the repository browser.