summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos found by codespellDimitri Papadopoulos2021-11-251-1/+1
|
* make UNAME externally definableYann Collet2021-08-161-5/+7
| | | | | | | on top of providing a central definition place, which eases maintenance, it might also help for #1021. Also : updated doc
* Merge branch 'dev' into MakefileYann Collet2020-12-011-4/+0
|\ | | | | | | remove `LN_S`
* | refactor MakefileYann Collet2020-12-011-5/+31
|/ | | | | remove usage of include Makefile.inc in too Makefile as it seems to somehow unexport CFLAGS ...
* More build imrpvementsJPeterMugaas2019-04-231-11/+39
| | | | | | Moved a few other tests to Makefiles.inc. Other things might need to go there. Made a test for symlink appropriateness. Windows can NOT handle them the same way Unix-like operating systems do (if at all). This is mostly the same as the Visual C projects. embed version info into .dll and .exes that are redistributed.
* Fix a test for mingwJPeterMugaas2019-04-221-1/+1
|
* Try to put some tests I made in ONE place. I also moved a test for ↵JPeterMugaas2019-04-221-0/+59
"install" in one place to try to isolate it.