summaryrefslogtreecommitdiff
path: root/libapr.rc
Commit message (Collapse)AuthorAgeFilesLines
* set svn:eol-stylend2005-02-251-54/+54
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@155364 13f79535-47bb-0310-9956-ffa450edef68
* Well, with a bit of macro magic, even .rc files can observe ourwrowe2005-02-081-2/+19
| | | | | | | 80 character terminal width guildlines. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@151806 13f79535-47bb-0310-9956-ffa450edef68
* Whoops, basename includes no suffix.wrowe2005-02-081-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@151805 13f79535-47bb-0310-9956-ffa450edef68
* A brief inspection reveals that InternalName generally does notwrowe2005-02-081-3/+3
| | | | | | | have a filename extension. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@151804 13f79535-47bb-0310-9956-ffa450edef68
* Two pendantic tweaks. Use the internal library filename, withwrowe2005-02-071-4/+6
| | | | | | | the version designator (e.g. libapr-1.dll), and fix the name of the project to agree with the website http://apr.apache.org/. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@151793 13f79535-47bb-0310-9956-ffa450edef68
* Since reaction is negative to a seperate apr_release.h file forwrowe2005-02-071-1/+1
| | | | | | | | the CPP-only grammer, acknowledge APR_VERSION_ONLY in order to compile to apr_version.h without including apr.h, nor declaring the APR C runtime version API. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@151788 13f79535-47bb-0310-9956-ffa450edef68
* This is (part of) the point to apr_release.h, although that name iswrowe2005-02-071-0/+35
certainly subject to discussion. Elimiate use of win32ver.awk for creating libapr.rc. Simply pull in the cpp macros from apr_release.h. The issue is that we could not do this with apr_version.h due to how complex the c grammer has become. We need a lightweight c preprocessor file for the resource compiler (rc) to parse. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@151780 13f79535-47bb-0310-9956-ffa450edef68