Mercurial > pub > dyncall > dyncall
log test/dynload_plain/Makefile.generic @ 665:ef356272a1c7 default tip
age | author | description |
---|---|---|
Thu, 20 Jun 2024 17:10:12 +0200 | Tassilo Philipp | - introduced Makefile var APP_SUFFIX to handle cases where compilers implicitly add an extension to executables (e.g. llvm/mingw64 adds .exe even of not specified via -o) default tip |
Sun, 24 Mar 2024 13:52:44 +0100 | Tassilo Philipp | - another tweak handling clang trying to be too smart (see last commit) |
Thu, 21 Mar 2024 09:02:44 +0100 | Tassilo Philipp | - fix dynload_plain test on some toolchains trying to be too smart (e.g. clang llvmmingw appends .exe to -o outfile if no suffix, for no reason at all) |