summaryrefslogtreecommitdiff
path: root/build/aplibtool.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices to 2003.thommay2003-01-011-1/+1
| | | | | | | No functional changes git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64251 13f79535-47bb-0310-9956-ffa450edef68
* Handle (well, ignore for now) -version switch.bjh2002-09-071-10/+19
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63853 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing NULL terminator for arg list when generating the import library.bjh2002-06-301-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63540 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.fielding2002-03-131-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63117 13f79535-47bb-0310-9956-ffa450edef68
* Quote library name in generated def file in case it turns out to be a reservedbjh2001-10-041-1/+1
| | | | | | | word. I hit this with mod_include as "include" is reserved. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62398 13f79535-47bb-0310-9956-ffa450edef68
* Ignore a few more libtool switches.bjh2001-08-231-0/+8
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62207 13f79535-47bb-0310-9956-ffa450edef68
* Don't share data segments between shared modules.bjh2001-08-201-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62202 13f79535-47bb-0310-9956-ffa450edef68
* Fix an incorrect memory allocation size.bjh2001-08-201-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62201 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: -Zstack takes a parameter which must also be removed when "linking" abjh2001-08-171-0/+4
| | | | | | | static library. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62193 13f79535-47bb-0310-9956-ffa450edef68
* Make --mode=install work for OS/2 DLLs.bjh2001-04-291-15/+39
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61561 13f79535-47bb-0310-9956-ffa450edef68
* - When linking a dll, automatically build an import library from the .def filebjh2001-04-071-1/+39
| | | | | | | | generated so we can link other modules against it. - Recognize install mode. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61470 13f79535-47bb-0310-9956-ffa450edef68
* Add ability to generate .def files on the fly for dlls that export all symbolsbjh2001-04-021-7/+91
| | | | | | | | available in the supplied object files using the --export-all option. It will NOT export symbols from linked in libraries though. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61424 13f79535-47bb-0310-9956-ffa450edef68
* A simple libtool emulator which currently only supports OS/2 but it shouldbjh2001-03-291-0/+620
be possible to add other platforms. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61393 13f79535-47bb-0310-9956-ffa450edef68