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

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

Changes to Assembly Library:

  • Fixed library dependencies.
  • Progress Dialog now properly checks maximum progress value.
File size: 672 bytes
Line 
1; File name     :   LibSizeCheck.asm
2; Project name  :   Assembly Library
3; Created date  :   15.9.2010
4; Last update   :   11.12.2010
5; Author        :   Tomi Tilli
6; Description   :   Tests for Assembly Library.
7;                   Builds wanted library functions to check their size.
8
9; Include .inc files
10%define INCLUDE_DISPLAY_LIBRARY
11;%define INCLUDE_FILE_LIBRARY
12;%define INCLUDE_KEYBOARD_LIBRARY
13;%define INCLUDE_MENU_LIBRARY
14;%define INCLUDE_MENU_DIALOGS
15;%define INCLUDE_STRING_LIBRARY
16;%define INCLUDE_TIME_LIBRARY
17;%define INCLUDE_UTIL_LIBRARY
18%include "AssemblyLibrary.inc"  ; Assembly Library. Must be included first!
19
20
21; Include library sources
22%include "AssemblyLibrary.asm"
Note: See TracBrowser for help on using the repository browser.