summaryrefslogtreecommitdiff
path: root/apr.mak
Commit message (Collapse)AuthorAgeFilesLines
* Time to refresh mak on Win32wrowe2001-04-051-2/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61460 13f79535-47bb-0310-9956-ffa450edef68
* Just freshening upwrowe2001-03-221-4/+27
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61373 13f79535-47bb-0310-9956-ffa450edef68
* Refreshing the .mak files, bringing expat.dsp up to 6.0 with all the restwrowe2001-03-081-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61348 13f79535-47bb-0310-9956-ffa450edef68
* A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..."wrowe2001-02-251-62/+0
| | | | | | | | | references using build/fixwin32mak.pl, and the latest #if APR_HAVE_FOO_H fixes apparently worked, now that they no longer appear as dependencies [which had broken the build entirely.] git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61305 13f79535-47bb-0310-9956-ffa450edef68
* Refresh all .mak files should we choose to roll again shortly.wrowe2001-02-251-0/+65
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61295 13f79535-47bb-0310-9956-ffa450edef68
* Clean up an alien out of the win32 make file dependencieswrowe2001-01-281-49/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61158 13f79535-47bb-0310-9956-ffa450edef68
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-0/+158
| | | | | | | | | | | | but apr_errno.h is public. It also called in <os.h> with possibly inappropriate headers, and if os2.h follows any other header's usual conventions, calling it the second time for more declarations can be dicey. Relocated <os2.h> into apr.h.in (accessable to all, since it's later leveraged by most), which simplifies a bunch of code, and relocate all of the os2errno values into apr_errno.h for APR_STATUS_IS_FOO tests. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61156 13f79535-47bb-0310-9956-ffa450edef68
* Don't export symbols from static library.brane2000-12-211-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60982 13f79535-47bb-0310-9956-ffa450edef68
* Out of the sandbox and into prime time. Note... these should always andwrowe2000-12-211-0/+1389
only be regenerated immediately prior to the tag and roll. Do not assume they are current with the sources in the development tree. They should be generated as vc5 make files, since only vc5 makefiles are readable by both vc5 and vc6. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60977 13f79535-47bb-0310-9956-ffa450edef68