Changeset ac08cd9 in mainline for uspace/app/pcc/cc/ccom/mkext/Makefile
- Timestamp:
- 2011-08-20T18:31:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b9355a
- Parents:
- c8f70eb (diff), 6ab014d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/ccom/mkext/Makefile
rc8f70eb rac08cd9 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.