fix construction variable reference table OBJSUFFIX entries
This commit is contained in:
parent
d7a6d69a92
commit
74d19ea235
@ -455,8 +455,6 @@ construction variables can be overridden by the user.
|
|||||||
| LIBSUFFIX | String/Array | Default static library file suffix | ".a" |
|
| LIBSUFFIX | String/Array | Default static library file suffix | ".a" |
|
||||||
| OBJDUMP | String | Objdump executable | "objdump" |
|
| OBJDUMP | String | Objdump executable | "objdump" |
|
||||||
| OBJSUFFIX | String/Array | Default object file suffix | ".o" |
|
| OBJSUFFIX | String/Array | Default object file suffix | ".o" |
|
||||||
| This name will include variant components. |
|
|
||||||
| The user should not change this construction variable. | Determined at runtime. |
|
|
||||||
| PROGSUFFIX | String | Default program suffix. | Windows: ".exe", POSIX: "" |
|
| PROGSUFFIX | String | Default program suffix. | Windows: ".exe", POSIX: "" |
|
||||||
| SHCC | String | Shared object C compiler | "${CC}" |
|
| SHCC | String | Shared object C compiler | "${CC}" |
|
||||||
| SHCCCMD | Array | Shared object C compiler command line | ["${SHCC}", "-c", "-o", "${_TARGET}", "${CCDEPGEN}", "${INCPREFIX}${CPPPATH}", "${CPPFLAGS}", "${SHCFLAGS}", "${SHCCFLAGS}", "${_SOURCES}"] |
|
| SHCCCMD | Array | Shared object C compiler command line | ["${SHCC}", "-c", "-o", "${_TARGET}", "${CCDEPGEN}", "${INCPREFIX}${CPPPATH}", "${CPPFLAGS}", "${SHCFLAGS}", "${SHCCFLAGS}", "${_SOURCES}"] |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user