Overview
Comment: | Only use OBJCXXFLAGS and CPPFLAGS with OBJCXX |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b673b99afc3663f03507d243ad8dcd25 |
User & Date: | js on 2017-04-17 23:50:21 |
Other Links: | manifest | tags |
Context
2017-07-08
| ||
20:10 | Add support for building MorphOS libraries check-in: fc183c97fa user: js tags: trunk | |
2017-04-17
| ||
23:50 | Only use OBJCXXFLAGS and CPPFLAGS with OBJCXX check-in: b673b99afc user: js tags: trunk | |
2017-01-16
| ||
02:53 | Make sure we never end up with "for i in ;" check-in: 74c1a6b3ab user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [f487541287] to [b35882c209].
︙ | |||
197 198 199 200 201 202 203 | 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 | - + | .m.m.dep: ${CPP} ${CPPFLAGS} ${OBJCFLAGS} -M $< | \ sed 's/^\([^\.]*\)\.o:/\1.o \1.lib.o \1.plugin.o:/' >$@ || \ { rm -f $@; false; } .mm.mm.dep: |
︙ | |||
509 510 511 512 513 514 515 | 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 | - + - + - + | ${COMPILE_PLUGIN_FAILED}; \ fi .mm.o: ${COMPILE_STATUS} in="$<"; \ out="$@"; \ |
︙ |