Last change
on this file since 124 was 85, checked in by Tomi Tilli, 14 years ago |
Changes to Assembly Library:
|
File size:
616 bytes
|
Rev | Line | |
---|
[41] | 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
|
---|
[85] | 6 | ;%define INCLUDE_DISPLAY_LIBRARY
|
---|
[73] | 7 | ;%define INCLUDE_FILE_LIBRARY
|
---|
| 8 | ;%define INCLUDE_KEYBOARD_LIBRARY
|
---|
[85] | 9 | %define INCLUDE_MENU_LIBRARY
|
---|
[73] | 10 | ;%define INCLUDE_MENU_DIALOGS
|
---|
| 11 | ;%define INCLUDE_STRING_LIBRARY
|
---|
| 12 | ;%define INCLUDE_TIME_LIBRARY
|
---|
| 13 | ;%define INCLUDE_UTIL_LIBRARY
|
---|
[85] | 14 |
|
---|
| 15 | %define EXCLUDE_BIT_UTILS
|
---|
| 16 | %define EXCLUDE_SORT_UTILS
|
---|
[41] | 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.