Changeset 131 in xtideuniversalbios for trunk/Assembly_Library/Src/AssemblyLibrary.asm
- Timestamp:
- Mar 7, 2011, 4:19:43 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/AssemblyLibrary.asm
r103 r131 58 58 %ifdef INCLUDE_STRING_LIBRARY 59 59 %include "Char.asm" 60 %include "String.asm" 60 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 61 %include "String.asm" 62 %endif 61 63 %include "StringProcess.asm" 62 64 %endif … … 68 70 69 71 %ifdef INCLUDE_UTIL_LIBRARY 70 %ifndef EXCLUDE_ BIT_UTILS72 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 71 73 %include "Bit.asm" 72 74 %endif … … 74 76 %include "Memory.asm" 75 77 %include "Size.asm" 76 %ifndef EXCLUDE_ SORT_UTILS78 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 77 79 %include "Sort.asm" 78 80 %endif
Note:
See TracChangeset
for help on using the changeset viewer.