Changeset 88 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/makefile


Ignore:
Timestamp:
Jan 27, 2011, 8:14:13 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Now uses new libraries (untested)
  • Non-working since code size is too large
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/makefile

    r80 r88  
    4141HEADERS += Src/Initialization/
    4242HEADERS += Src/Libraries/
    43 HEADERS += Src/Libraries/menu/
    4443HEADERS += Src/VariablesAndDPTs/
     44
     45# Subdirectories where library files are:
     46LIBS = ../Assembly_Library/Inc/
     47LIBS += ../Assembly_Library/Src/
     48LIBS += ../Assembly_Library/Src/Display/
     49LIBS += ../Assembly_Library/Src/File/
     50LIBS += ../Assembly_Library/Src/Keyboard/
     51LIBS += ../Assembly_Library/Src/Menu/
     52LIBS += ../Assembly_Library/Src/Menu/Dialog/
     53LIBS += ../Assembly_Library/Src/String/
     54LIBS += ../Assembly_Library/Src/Time/
     55LIBS += ../Assembly_Library/Src/Util/
     56LIBS += ../XTIDE_Universal_BIOS/Inc/
     57HEADERS += $(LIBS)
    4558
    4659
     
    4861# Assembler preprocessor defines.                               #
    4962#################################################################
    50 DEFINES =
    51 DEFINES_XT =
    52 DEFINES_XTPLUS = USE_186
     63DEFINES = INCLUDE_MENU_LIBRARY EXCLUDE_BIT_UTILS EXCLUDE_SORT_UTILS
     64DEFINES_XT = ELIMINATE_CGA_SNOW
     65DEFINES_XTPLUS = ELIMINATE_CGA_SNOW USE_186
    5366DEFINES_AT = USE_186 USE_286 USE_AT
    5467
Note: See TracChangeset for help on using the changeset viewer.