Changeset 152 for sbliveos2/trunk/drv32
- Timestamp:
- Jul 17, 2000, 8:37:33 PM (25 years ago)
- Location:
- sbliveos2/trunk/drv32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv32/idc.c
r151 r152 113 113 case IDC32_STREAM_RESET: 114 114 return OSS32_StreamReset(pPacket->startstop.streamtype, pPacket->startstop.streamid); 115 116 case IDC32_STREAM_GETSPACE: 117 return OSS32_StreamGetSpace(pPacket->getspace.streamtype, pPacket->getspace.streamid); 115 118 116 119 case IDC32_STREAM_IOCTL: -
sbliveos2/trunk/drv32/makefile.os2
r148 r152 45 45 CFLAGS = $(CFLAGS) -mf -DKEE 46 46 ASFLAGS = $(ASFLAGS) -D:KEE 47 LNKFILE = sblivekee.lnk 47 48 !else 48 49 CFLAGS = $(CFLAGS) -mc -zu 50 LNKFILE = sblive.lnk 49 51 !endif 50 52 … … 113 115 all: $(TARGET).sys 114 116 115 $( TARGET).lnk: makefile.os2 ..\include\version.mak117 $(LNKFILE): makefile.os2 ..\include\version.mak 116 118 @%write $^@ name $(TARGET).sys 117 119 @%write $^@ option alignment=16 … … 124 126 @%write $^@ library $(%WATCOM)\lib386\os2\clib3r.lib 125 127 126 $(TARGET).sys: $( TARGET).lnk$(FILES)127 $(LINK) @$( TARGET).lnk128 $(TARGET).sys: $(LNKFILE) $(FILES) 129 $(LINK) @$(LNKFILE) 128 130 ..\drv16\wat2map $(WMAPNAME) $(TARGET).MAP 129 131 mapsym $(TARGET).MAP
Note:
See TracChangeset
for help on using the changeset viewer.