summaryrefslogtreecommitdiff
path: root/bin/mklib
AgeCommit message (Expand)Author
2005-08-08Since this isn't a bash script, don't use function and instead inline the usageEric Anholt
2005-07-25Add license/copyright.Brian Paul
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul
2005-06-30fix Darwin dynamic lib namingBrian Paul
2005-03-03if building 32-bit objects in 64-bit environment, use -m32 flagBrian Paul
2004-11-29fixed OSF/1 shared lib problem (bug 1065260)Brian Paul
2004-11-01merge the AIX and AIX64 casesBrian Paul
2004-10-16added initial support for -exports option, Linux/OpenBSD only for nowBrian Paul
2004-10-16if CXX or CC env vars aren't set, use g++, gcc by default (Linux)Brian Paul
2004-10-01Enable builds on AIX 64-bitKarl Schultz
2004-08-14indentation fixesBrian Paul
2004-08-14Update BeOS mklib to set mimetype and version.Philippe Houdoin
2004-07-01added commands for AIX shared libs (Shane Blackett)Brian Paul
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick
2004-04-25fix HP-UX typo (bug 941576)Brian Paul
2004-04-22added CYGWIN supportBrian Paul
2004-04-13minor tweak for DarwinBrian Paul
2004-04-08added -noprefix option for making DRI driversBrian Paul
2004-03-30merge from 6.0.1 branchBrian Paul
2004-03-25more Darwin tweaksBrian Paul
2004-03-23tweaks to Darwin codeBrian Paul
2004-03-18assorted updates and new AIX support (Dan Schikore)Brian Paul
2004-02-26fix library naming glitches (bug 904867)Brian Paul
2004-02-21some minor tweaksBrian Paul
2004-02-12bunch of assorted updates/changesBrian Paul
2004-01-29more IRIX tweaksBrian Paul
2004-01-29fix ARCHOPT typoBrian Paul
2004-01-28fix C++ link issues on IRIXBrian Paul
2004-01-17tweak OpenBSD and SunOS commandsBrian Paul
2004-01-14use -G not -shared for gcc on SunOSBrian Paul
2004-01-10Use same steps for Linux and OpenBSD.Brian Paul
2003-12-15Assorted mklib tweaks.Brian Paul
2003-12-06tweaks for SunOSBrian Paul
2003-11-03another tweak from Matt SealeyBrian Paul
2003-10-27prefix MAKELIB with TOP in default case (Matt Sealey)Brian Paul
2003-10-27added MorphOS instructions (Matt Sealey)Brian Paul
2003-10-10Eric Plante's updates for OSMesa16.Brian Paul
2003-09-08SunOS tweaks (Greg Menke)Brian Paul
2003-06-01Replace most mklib.* scripts with a new uber-mklib script with more features.Brian Paul