Changeset 209 for trunk/src/os2ahci/Makefile
- Timestamp:
- Mar 6, 2021, 7:44:15 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/os2ahci/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r204 r209 6 6 # Copyright (c) 2013-2016 David Azarewicz 7 7 # 8 #define DBG_ALWAYS 0x0000 9 #define DBG_FUNCBEG 0x0001 10 #define DBG_FUNCEND 0x0002 11 #define DBG_ATTACH 0x0004 12 #define DBG_DETAILED 0x0008 13 #define DBG_INIT 0x0010 14 #define DBG_SPECIAL 0x0020 15 #define DBG_VERBOSE 0x0100 16 #define DBG_ERROR_ALL 0x800000ff 17 FDEBUG=0x0000 18 8 19 .ERASE 9 20 .SUFFIXES … … 84 95 85 96 !ifdef DEBUG 86 CDEFS=-DDEBUG 97 CDEFS=-DDEBUG=$(FDEBUG) 87 98 O=Debug 88 99 !else
Note:
See TracChangeset
for help on using the changeset viewer.
