Changeset 176 for sbliveos2/trunk/drv16
- Timestamp:
- Apr 14, 2001, 7:03:36 PM (24 years ago)
- Location:
- sbliveos2/trunk/drv16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/init.cpp
r152 r176 71 71 72 72 static char szSBLive[] = "SoundBlaster Live! MMPM/2 Audio Driver v"SBLIVE_VERSION; 73 static char szCopyRight[] = "Copyright 2000 Sander van Leeuwen (sandervl@xs4all.nl)";73 static char szCopyRight[] = "Copyright 2000-2001 Sander van Leeuwen (sandervl@xs4all.nl)"; 74 74 static char NEWLINE[] = "\r\n"; 75 75 static char szSBLiveNotFound[] = "SB Live! hardware not detected!"; -
sbliveos2/trunk/drv16/makefile.os2
r174 r176 69 69 $(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 70 70 $(LINK) @$(OBJDIR)\$(NAME).lrf 71 copy $(OBJDIR)\$(NAME).sys ..\bin71 copy $(OBJDIR)\$(NAME).sys $(SBLIVE_BIN) 72 72 73 73 $(OBJDIR)\$(NAME).sym: $(OBJDIR)\$(WMAPNAME) … … 76 76 mapsym $(NAME).MAP 77 77 cd ..\.. 78 copy $(OBJDIR)\$(NAME).sym ..\bin78 copy $(OBJDIR)\$(NAME).sym $(SBLIVE_BIN) 79 79 80 80 clean:
Note:
See TracChangeset
for help on using the changeset viewer.