Changeset 269 for GPL/trunk/include


Ignore:
Timestamp:
Nov 19, 2007, 7:04:04 AM (18 years ago)
Author:
Brendan Oakley
Message:

Load of work from Pavel to improve HDA in Uniaud32

Location:
GPL/trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/dbgos2.h

    r130 r269  
    4242#define dprintf3(a)     if(DebugLevel > 2) DPE a
    4343#define DebugInt3()     ; //_asm int 3;
     44#define DebInt3()       _asm int 3;
    4445#else // #ifndef DEBUG
    4546#define dprintf(a)
  • GPL/trunk/include/watcom32.mak

    r73 r269  
    1313
    1414!if "$(DEBUG)" == "1"
    15 CFLAGS  = -dDEBUG -bt=os2v2 -e60 -hc -d2 -5r -omlinear -s -w4 -ze -zdp -zl -zq -nt=CODE32 -zff -zgf
     15CFLAGS  = -dDEBUG -dCONFIG_SND_DEBUG_DETECT -bt=os2v2 -e60 -hc -d2 -5s -omlinear -s -w4 -ze -zdp -zl -zq -nt=CODE32 -zff -zgf
    1616CPPFLAGS= -xd
    1717ASFLAGS = -Mb -Li -Sv:M510
Note: See TracChangeset for help on using the changeset viewer.