Ignore:
Timestamp:
Feb 18, 2016, 5:18:51 PM (9 years ago)
Author:
Ben Rietbroek
Message:

Fixed building on Linux [v1.1.1-testing]

Of course the lowercasing broke building on Linux.
This commit fixes that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/setup/main.asm

    r57 r60  
    3232SETUP_UpperFixString          db 'SETUP ',0 ; AddOn for "AiR-BOOT SETUP vX.XX"
    3333
    34 Include SETUP/MENUS.ASM                  ; Menu structures
    35 Include SETUP/PART_SET.ASM               ; Partition Setup (in extra file)
     34include setup/menus.asm                  ; Menu structures
     35include setup/part_set.asm               ; Partition Setup (in extra file)
    3636
    3737;            CH - Current Item Number
Note: See TracChangeset for help on using the changeset viewer.