Changeset 384 for OCO

Show
Ignore:
Timestamp:
09/29/08 18:38:18 (2 months ago)
Author:
rjerant
Message:

removed irq.obj from object list, added comments to explain

Location:
OCO/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/irq.cpp

    r255 r384  
    2121 * @history 
    2222 */ 
     23/**************************************************************************** 
     24 * 
     25 * NOTE: 
     26 *      IRQ.CPP is dead code. All interrupts are handeled by uniaud32. IRQ.CPP 
     27 * has been removed from the obj list in mif\drvmake.mif 
     28 * 
     29/**************************************************************************** 
     30 
    2331 
    2432#include <devhelp.h> 
  • OCO/trunk/mif/drvmake.mif

    r264 r384  
    2424RTOBJS = cpp.obj devhelp.obj math.obj iodelay.obj 
    2525 
     26# 
     27# Remove irq.cpp from obj list. This is dead code as all interrupts are 
     28# handeled by uniaud32 
     29# 
     30#      apm.obj apmevent.obj idc_vdd.obj init.obj ioctl.obj irq.obj mixer.obj   & 
     31 
    2632OBJS = segments.obj header.obj audiohw.obj event.obj commdbg.obj fmsynth.obj   & 
    27        apm.obj apmevent.obj idc_vdd.obj init.obj ioctl.obj irq.obj mixer.obj   & 
     33       apm.obj apmevent.obj idc_vdd.obj init.obj ioctl.obj mixer.obj           & 
    2834       malloc.obj maudio.obj memutil.obj midimsg.obj midipars.obj midistrm.obj & 
    2935       mpu401.obj wtsynth.obj parse.obj queue.obj rtmidi.obj ssm_idc.obj       &