Differences From Artifact [6d028b0e9a]:
- File
utils/ofhttp/Makefile
— part of check-in
[e3e38ed68d]
at
2017-01-10 19:51:12
on branch trunk
— Do not use DATADIR as a define
This creates a conflict on Windows. (user: js, size: 459) [annotate] [blame] [check-ins using]
To Artifact [27c453c73c]:
- File utils/ofhttp/Makefile — part of check-in [3d4cae625d] at 2017-06-11 18:09:04 on branch trunk — Make runtime a separate library: objfw-rt (user: js, size: 495) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
13 14 15 16 17 18 19 | ${PROG}: ${LIBOBJFW_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../.. \ -DLANGUAGE_DIR=\"${datadir}/ofhttp/lang\" | | | 13 14 15 16 17 18 19 20 21 22 | ${PROG}: ${LIBOBJFW_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../.. \ -DLANGUAGE_DIR=\"${datadir}/ofhttp/lang\" LIBS := -L../../src -lobjfw -L../../src/runtime ${RUNTIME_LIBS} ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH} |