Differences From Artifact [b8a7f7f9c1]:
- File tests/gamecontroller/Makefile — part of check-in [f5f12143ce] at 2024-05-13 20:57:34 on branch gamecontroller — Move OFGameController into subframework ObjFWHID (user: js, size: 4122) [annotate] [blame] [check-ins using]
To Artifact [ea57a0665a]:
- File tests/gamecontroller/Makefile — part of check-in [bb55076c9d] at 2024-05-13 21:13:03 on branch gamecontroller — Fix compilation with --disable-shared (user: js, size: 4157) [annotate] [blame] [check-ins using]
︙ | |||
93 94 95 96 97 98 99 | 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | - + + | ${PROG_NOINST}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} \ ${LIBOBJFWHID_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/exceptions \ -I../../src/hid \ -I../../src/runtime \ |