Artifact 6d028b0e9aaade57faee33d826037fe55aa119c4c5c88d5ad8d594718d57bb11:
- 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]
include ../../extra.mk PROG = ofhttp${PROG_SUFFIX} SRCS = OFHTTP.m \ ProgressBar.m DATA = lang/de.json \ lang/languages.json include ../../buildsys.mk PACKAGE_NAME = ofhttp ${PROG}: ${LIBOBJFW_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../.. \ -DLANGUAGE_DIR=\"${datadir}/ofhttp/lang\" LIBS := -L../../src -lobjfw ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}