Overview
| Comment: | extra.mk.in: Remove unused variables |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b1a90683b9f1c5f13476f4da16748418 |
| User & Date: | js on 2024-02-06 20:58:37 |
| Other Links: | manifest | tags |
Context
|
2024-02-10
| ||
| 12:55 | Add ObjFWTest (check-in: 0ceea01454 user: js tags: trunk) | |
|
2024-02-06
| ||
| 20:58 | extra.mk.in: Remove unused variables (check-in: b1a90683b9 user: js tags: trunk) | |
|
2024-02-05
| ||
| 20:01 | bridge: Rename define for local includes (check-in: f927a98bcc user: js tags: trunk) | |
Changes
Modified extra.mk.in from [6ed0317cce] to [3687ff7a31].
| ︙ | ︙ | |||
67 68 69 70 71 72 73 | REEXPORT_RUNTIME_FRAMEWORK = @REEXPORT_RUNTIME_FRAMEWORK@ RUNTIME = @RUNTIME@ RUNTIME_ARC_TESTS_M = @RUNTIME_ARC_TESTS_M@ RUNTIME_AUTORELEASE_M = @RUNTIME_AUTORELEASE_M@ RUNTIME_FRAMEWORK_LIBS = @RUNTIME_FRAMEWORK_LIBS@ RUNTIME_INSTANCE_M = @RUNTIME_INSTANCE_M@ RUNTIME_LIBS = @RUNTIME_LIBS@ | < < < | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | REEXPORT_RUNTIME_FRAMEWORK = @REEXPORT_RUNTIME_FRAMEWORK@ RUNTIME = @RUNTIME@ RUNTIME_ARC_TESTS_M = @RUNTIME_ARC_TESTS_M@ RUNTIME_AUTORELEASE_M = @RUNTIME_AUTORELEASE_M@ RUNTIME_FRAMEWORK_LIBS = @RUNTIME_FRAMEWORK_LIBS@ RUNTIME_INSTANCE_M = @RUNTIME_INSTANCE_M@ RUNTIME_LIBS = @RUNTIME_LIBS@ SUBPROCESS = @SUBPROCESS@ TESTPLUGIN = @TESTPLUGIN@ TESTPLUGIN_LIBS = @TESTPLUGIN_LIBS@ TESTS_LIBS = @TESTS_LIBS@ TESTS_STATIC_LIB = @TESTS_STATIC_LIB@ TLS = @TLS@ TLS_CPPFLAGS = @TLS_CPPFLAGS@ |
| ︙ | ︙ |