Changeset 576
- Timestamp:
- Sep 18, 2013, 8:41:14 PM (12 years ago)
- Location:
- GPL/branches/uniaud32-2.1.x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/include/watcom32.mak
r493 r576 13 13 14 14 !if "$(DEBUG)" == "1" 15 CFLAGS = -dDEBUG -bt=os2v2 -e60 -hc - d2 -5r -omlinear -s -w4 -ze -zdp -zl -zq -nt=CODE32 -zff -zgf15 CFLAGS = -dDEBUG -bt=os2v2 -e60 -hc -5r -omlinear -s -w4 -ze -zdp -zl -zq -nt=CODE32 -zff -zgf 16 16 CPPFLAGS= -xd 17 17 ASFLAGS = -D:DEBUG -Mb -Li -Sv:M510 -
GPL/branches/uniaud32-2.1.x/lib32/pci.c
r550 r576 972 972 } 973 973 974 #ifdef ACPI 974 975 void PciAdjustInterrupts() { 975 976 int i; … … 999 1000 } /* for loop */ 1000 1001 } 1002 #endif -
GPL/branches/uniaud32-2.1.x/tools/mkversion.cmd
r574 r576 76 76 projVers = versionIn'-'fixpack 77 77 78 projVers2 = major||minor|| LEFT(projVersion, 1)78 projVers2 = major||minor||projVersion 79 79 80 80 LINEIN(AlsaVersHdr,,0)
Note:
See TracChangeset
for help on using the changeset viewer.