configure/data/configure.conf
Pierre Pronchery baf80ca116 Add a helper to output extensions
This also adds a variable for the "tgz" extension. It defaults to
".tar.gz" or to ".tgz" on Windows.
2017-11-18 00:52:05 +01:00

12 lines
121 B
Plaintext

[extensions]
exe=
so=.so
tgz=.tar.gz
[programs]
ccshared=$(CC) -shared
cxx=c++
ln=ln -f
mkdir=mkdir -m 0755 -p
rm=rm -f