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/air-boot.asm

    r57 r60  
    3434; OS/2 BLDLEVEL use this basic version information.
    3535;
    36 Include VERSION.INC
     36include version.inc
    3737
    3838;
     
    4040; It uses the version-information in VERSION.INC to build it's signature.
    4141;
    42 Include BLDLEVEL.INC
     42include bldlevel.inc
    4343
    4444;
     
    4646; This file contains the ORIGIN macro that is used to detect overlaps.
    4747;
    48 Include ../INCLUDE/ASM.INC
     48include ../include/asm.inc
    4949
    5050
     
    833833
    834834;------------------------------------------------------------------------------
    835 Include TEXT/TXTMBR.ASM                        ; All translateable Text in MBR
     835include text/txtmbr.asm                        ; All translateable Text in MBR
    836836;------------------------------------------------------------------------------
    837837
     
    15281528
    15291529b_std_txt:
    1530 Include REGULAR/STD_TEXT.ASM    ; Standard (non-translateable text)
     1530include regular/std_text.asm    ; Standard (non-translateable text)
    15311531size_std_txt = $-b_std_txt
    15321532
    15331533b_driveio:
    1534 Include REGULAR/DRIVEIO.ASM     ; Drive I/O, Config Load/Save
     1534include regular/driveio.asm     ; Drive I/O, Config Load/Save
    15351535size_driveio = $-b_driveio
    15361536
    15371537b_lvm:
    1538 Include SPECIAL/LVM.ASM         ; LVM-specific code
     1538include special/lvm.asm         ; LVM-specific code
    15391539size_lvm = $-b_lvm
    15401540
    15411541b_videoio:
    1542 Include REGULAR/VIDEOIO.ASM     ; Video I/O
     1542include regular/videoio.asm     ; Video I/O
    15431543size_videoio = $-b_videoio
    15441544
    15451545b_timer:
    1546 Include REGULAR/TIMER.ASM       ; Timer
     1546include regular/timer.asm       ; Timer
    15471547size_timer = $-b_timer
    15481548
    15491549b_partmain:
    1550 Include REGULAR/PARTMAIN.ASM    ; Regular Partition Routines
     1550include regular/partmain.asm    ; Regular Partition Routines
    15511551size_partmain = $-b_partmain
    15521552
    15531553b_partscan:
    1554 Include REGULAR/PARTSCAN.ASM    ; Partition Scanning
     1554include regular/partscan.asm    ; Partition Scanning
    15551555size_partscan = $-b_partscan
    15561556
    15571557b_bootmenu:
    1558 Include REGULAR/BOOTMENU.ASM    ; Boot-Menu
     1558include regular/bootmenu.asm    ; Boot-Menu
    15591559size_bootmenu = $-b_bootmenu
    15601560
    15611561b_password:
    1562 Include REGULAR/PASSWORD.ASM    ; Password related
     1562include regular/password.asm    ; Password related
    15631563size_password = $-b_password
    15641564
    15651565b_other:
    1566 Include REGULAR/OTHER.ASM       ; Other Routines
     1566include regular/other.asm       ; Other Routines
    15671567size_other = $-b_other
    15681568
    15691569b_main:
    1570 Include SETUP/MAIN.ASM          ; The whole AiR-BOOT SETUP
     1570include setup/main.asm          ; The whole AiR-BOOT SETUP
    15711571size_main = $-b_main
    15721572
    15731573b_math:
    1574 Include REGULAR/MATH.ASM        ; Math functions (like 32-bit multiply)
     1574include regular/math.asm        ; Math functions (like 32-bit multiply)
    15751575size_math = $-b_math
    15761576
    15771577b_txtother:
    1578 Include TEXT/TXTOTHER.ASM       ; All translateable Text-Strings
     1578include text/txtother.asm       ; All translateable Text-Strings
    15791579size_txtother = $-b_txtother
    15801580
    15811581b_txtmenus:
    1582 Include TEXT/TXTMENUS.ASM       ; All translateable Menu-text
     1582include text/txtmenus.asm       ; All translateable Menu-text
    15831583size_txtmenus = $-b_txtmenus
    15841584
    15851585b_charset:
    1586 Include TEXT/CHARSET.ASM        ; Special Video Charsets (if needed)
     1586include text/charset.asm        ; Special Video Charsets (if needed)
    15871587size_charset = $-b_charset
    15881588
    15891589b_conv:
    1590 Include REGULAR/CONV.ASM        ; Various conversion routines
     1590include regular/conv.asm        ; Various conversion routines
    15911591size_conv = $-b_conv
    15921592
    15931593b_virus:
    1594 Include SPECIAL/VIRUS.ASM       ; Virus Detection / Anti-Virus
     1594include special/virus.asm       ; Virus Detection / Anti-Virus
    15951595size_virus = $-b_virus
    15961596
    15971597; [Linux support removed since v1.02]
    1598 ;Include SPECIAL/FAT16.ASM       ; FAT-16 Support
    1599 ;Include SPECIAL/LINUX.ASM       ; Linux Kernel Support
     1598;include special/fat16.asm       ; FAT-16 Support
     1599;include special/linux.asm       ; Linux Kernel Support
    16001600
    16011601b_billsuxx:
    1602 Include SPECIAL/F00K/BILLSUXX.ASM   ; Extended Partition - Microsoft-Hack
     1602include special/f00k/billsuxx.asm   ; Extended Partition - Microsoft-Hack
    16031603size_billsuxx = $-b_billsuxx
    16041604
    16051605b_sound:
    1606 Include SPECIAL/SOUND.ASM       ; Sound
     1606include special/sound.asm       ; Sound
    16071607size_sound = $-b_sound
    16081608
    16091609b_apm:
    1610 Include SPECIAL/APM.ASM         ; Power Managment Support
     1610include special/apm.asm         ; Power Managment Support
    16111611size_apm = $-b_apm
    16121612
     
    16181618IFDEF   TXT_IncludeCyrillic
    16191619b_ccharset:
    1620    Include SPECIAL/CHARSET.ASM  ; Charset Support (e.g. Cyrillic)
     1620   include special/charset.asm  ; Charset Support (e.g. Cyrillic)
    16211621size_ccharset = $-b_ccharset
    16221622ENDIF
     
    16251625IFDEF   AUX_DEBUG
    16261626b_debug:
    1627 Include REGULAR/DEBUG.ASM       ; Debug module
     1627include regular/debug.asm       ; Debug module
    16281628size_debug = $-b_debug
    16291629b_auxio:
    1630 Include REGULAR/AUXIO.ASM       ; Com-port support for debugging
     1630include regular/auxio.asm       ; Com-port support for debugging
    16311631size_auxio = $-b_auxio
    16321632ENDIF
     
    16391639IFDEF   FX_ENABLED
    16401640b_fx:
    1641 Include SPECIAL/FX.ASM          ; l33t Cooper-Bars/Scrolling <bg>
     1641include special/fx.asm          ; l33t Cooper-Bars/Scrolling <bg>
    16421642size_fx = $-b_fx
    16431643ENDIF
     
    18051805                ; It has been decided that uneven minor numbers will be
    18061806                ; test-versions. Therefore v1.0.8 has been bumbed to v1.1.0.
    1807                 ; 
     1807                ;
    18081808                ; It is not required for the config to have the
    18091809                ; same version as the code, so in the future
Note: See TracChangeset for help on using the changeset viewer.