Changes in uspace/app/pcc/cc/ccom/mkext/Makefile [5889fc74:0cf27ee] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/ccom/mkext/Makefile
r5889fc74 r0cf27ee 32 32 OSDIR = ../../../os/helenos 33 33 EXTRA_CFLAGS = -I$(MIPDIR) -I$(MDIR) -I$(OSDIR) -I. -w 34 DEFS = -D MKEXT -Dmach_$(PLATFORM) -D__helenos__34 DEFS = -DGCC_COMPAT -DPCC_DEBUG -DMKEXT -Dmach_$(PLATFORM) -D__helenos__ 35 35 BINARY = cc_mkext 36 36
Note:
See TracChangeset
for help on using the changeset viewer.