7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa85417a17 | |||
| 316435bb78 | |||
| f5c43f706a | |||
|
|
634992f447 | ||
|
|
c90e8d4261 | ||
|
|
1c812446e6 | ||
|
|
d7150c1fef |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| aa85417a17 |
Everywhere: Purge spaces in text files
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 316435bb78 |
$(MODDIR)/make/defs.mk: Split off defs-cpp.mk with C++ definitions
C++ definitions are numerous, and they shouldn't pollute variable space and performance outside of directories containing C++ files. This commit pushes them into a defs-cpp.mk file. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f5c43f706a |
make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
|
634992f447 |
*.mk: Prefix non-env C/C++ flags with BUILD_
Prefix all CFLAGS / CPPFLAGS / LDFLAGS with BUILD_ to distinguish them from flags read from the environment (and getting longer and longer with +=). |
||
|
|
c90e8d4261 | plugin-version.mk: Add missing default targets | ||
|
|
1c812446e6 | make: MinGW port | ||
|
|
d7150c1fef | plugin-version.mk, plugin.mk, smart-selection.mk: Add files |