Changeset 176 for sbliveos2/trunk/drv16


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

updates

Location:
sbliveos2/trunk/drv16
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/init.cpp

    r152 r176  
    7171
    7272static char szSBLive[]    = "SoundBlaster Live! MMPM/2 Audio Driver v"SBLIVE_VERSION;
    73 static char szCopyRight[] = "Copyright 2000 Sander van Leeuwen (sandervl@xs4all.nl)";
     73static char szCopyRight[] = "Copyright 2000-2001 Sander van Leeuwen (sandervl@xs4all.nl)";
    7474static char NEWLINE[]     = "\r\n";
    7575static char szSBLiveNotFound[] = "SB Live! hardware not detected!";
  • sbliveos2/trunk/drv16/makefile.os2

    r174 r176  
    6969$(OBJDIR)\$(NAME).sys: $(OBJS) $(OBJDIR)\$(NAME).lrf makefile.os2 $(%DDK)\BASE\lib\os2286.lib $(SBLIVE_LIB)\runtime.lib $(%DDK)\BASE\src\dev\resource\rmcalls\rmcalls.lib
    7070   $(LINK) @$(OBJDIR)\$(NAME).lrf
    71    copy $(OBJDIR)\$(NAME).sys ..\bin
     71   copy $(OBJDIR)\$(NAME).sys $(SBLIVE_BIN)
    7272
    7373$(OBJDIR)\$(NAME).sym: $(OBJDIR)\$(WMAPNAME)
     
    7676   mapsym $(NAME).MAP
    7777   cd ..\..
    78    copy $(OBJDIR)\$(NAME).sym ..\bin
     78   copy $(OBJDIR)\$(NAME).sym $(SBLIVE_BIN)
    7979
    8080clean:
Note: See TracChangeset for help on using the changeset viewer.