Changeset 176 for sbliveos2/trunk/drv32


Ignore:
Timestamp:
Apr 14, 2001, 7:03:36 PM (24 years ago)
Author:
sandervl
Message:

updates

Location:
sbliveos2/trunk/drv32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv32/init.c

    r151 r176  
    4848#endif
    4949const char szCopyRight1[]= "Copyright 1999, 2000 Creative Labs, Inc.\r\n";
    50 const char szCopyRight2[]= "Copyright 2000 Sander van Leeuwen (OS/2 Port)\r\n\r\n";
     50const char szCopyRight2[]= "Copyright 2000-2001 Sander van Leeuwen (OS/2 Port)\r\n\r\n";
    5151const char szCodeStartEnd[] = "Code 0x%0x - 0x%0x\r\n\r\n";
    5252 
  • sbliveos2/trunk/drv32/makefile.os2

    r175 r176  
    9292!ifdef KEE
    9393     copy $(OBJDIR)\$(TARGET).sys $(SBLIVE_BIN)\$(TARGET)kee.sys
     94     copy $(OBJDIR)\$(TARGET).sys $(SBLIVE_BIN_)\$(TARGET)kee.sys
    9495!else
    9596     copy $(OBJDIR)\$(TARGET).sys $(SBLIVE_BIN)\$(TARGET)w4.sys
     97     copy $(OBJDIR)\$(TARGET).sys $(SBLIVE_BIN_)\$(TARGET)w4.sys
    9698!endif
    97      copy $(OBJDIR)\$(TARGET).sys $(SBLIVE_BIN)
    9899
    99100$(OBJDIR)\$(TARGET).sym:
Note: See TracChangeset for help on using the changeset viewer.