Changeset 93


Ignore:
Timestamp:
Apr 30, 2011, 11:21:55 PM (14 years ago)
Author:
chris
Message:
  • Add "This driver is licensed for use only in conjunction with eComStation." to the init message printed at boot time if ECS_BUILD has been defined in the makefile. Folks compiling OS2AHCI themselves can remove this definition in the makefile to build a non-official binary.
Location:
trunk/src/os2ahci
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r88 r93  
    3434
    3535AFLAGS     = -Mb
    36 CFLAGS     = -c -nologo -Asnw -W2 -G2ms -Zlpd -Fc -Zi
     36CFLAGS     = -c -nologo -Asnw -W2 -G2ms -Zlpd -Fc -Zi -DECS_BUILD
    3737LFLAGS     = /noe /nod /packd /a:16 /batch /map /line
    3838
  • trunk/src/os2ahci/os2ahci.c

    r87 r93  
    176176  /* print initialization message */
    177177  cprintf(init_msg, VERSION / 100, VERSION % 100);
     178
     179#ifdef ECS_BUILD
     180  cprintf("This driver is licensed for use only in conjunction with eComStation.");
     181#endif
    178182
    179183  /* register driver with resource manager */
Note: See TracChangeset for help on using the changeset viewer.