summaryrefslogtreecommitdiff
path: root/libapr.rc
Commit message (Collapse)AuthorAgeFilesLines
* Remove more Win9x support (trunk only).Jeff Trawick2014-01-181-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1559408 13f79535-47bb-0310-9956-ffa450edef68
* Bring in APR-util's DLL_NAME feature, used to provide a specific nameJeff Trawick2013-09-141-1/+7
| | | | | | | | | | | | | for DSO modules as the Window's File Description. This was lost with the merge of APR-util into APR. Set DLL_NAME in the cmake-based build. (The Visual Studio build already sets it.) The APR-util 1.5.x cmake list already sets it. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1523277 13f79535-47bb-0310-9956-ffa450edef68
* Moved copyright string definition to apr_version.h;Guenter Knauf2010-08-081-3/+0
| | | | | | | updated copyright year. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@983403 13f79535-47bb-0310-9956-ffa450edef68
* Revert r982499 and change macro in apr_version.h instead.Guenter Knauf2010-08-081-2/+2
| | | | | | | | | | MingW32 windres issued a couple of warnings, and Watcom wrc broke with this macro. This version tested with MingW32, Watcom, OpenWatcom, MSVC6, MSVC7, and all can create now a *.res warning-free. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@983400 13f79535-47bb-0310-9956-ffa450edef68
* USe the MAJOR, MINOR, PATCH macros directly instead of the ugly macro hack.Guenter Knauf2010-08-051-2/+2
| | | | | | | | | MingW32 windres issued a couple of warnings, and Watcom wrc broke. This version tested with MingW32, Watcom, OpenWatcom, MSVC6, MSVC7, and all can create now a *.res warning-free. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@982499 13f79535-47bb-0310-9956-ffa450edef68
* fix indentWilliam A. Rowe Jr2009-07-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@790446 13f79535-47bb-0310-9956-ffa450edef68
* bump datesWilliam A. Rowe Jr2009-07-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@790443 13f79535-47bb-0310-9956-ffa450edef68
* Correct license statements to the ASF labeling policy. Note major partsWilliam A. Rowe Jr2008-05-281-13/+14
| | | | | | | | | | | | | | of all of apr are already Copyright Ryan Bloom; this is captured in the commit history. However this statement is no longer complete as the code has been modified by other committers, the generic statement is more appropiate. If there is a canonical home for abts, this instead should be noted in these source files. I'm not aware Ryan is maintaining one, apparently http://rkbloom.net/os.html is the homepage, but the links are broken. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@661023 13f79535-47bb-0310-9956-ffa450edef68
* This is a VOS_APP not a VOS_EXEWilliam A. Rowe Jr2006-04-191-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@395427 13f79535-47bb-0310-9956-ffa450edef68
* set svn:eol-styleAndré Malo2005-02-251-54/+54
| | | | git-svn-id: https://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 ourWilliam A. Rowe Jr2005-02-081-2/+19
| | | | | | | 80 character terminal width guildlines. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151806 13f79535-47bb-0310-9956-ffa450edef68
* Whoops, basename includes no suffix.William A. Rowe Jr2005-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151805 13f79535-47bb-0310-9956-ffa450edef68
* A brief inspection reveals that InternalName generally does notWilliam A. Rowe Jr2005-02-081-3/+3
| | | | | | | have a filename extension. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151804 13f79535-47bb-0310-9956-ffa450edef68
* Two pendantic tweaks. Use the internal library filename, withWilliam A. Rowe Jr2005-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: https://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 forWilliam A. Rowe Jr2005-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: https://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 isWilliam A. Rowe Jr2005-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: https://svn.apache.org/repos/asf/apr/apr/trunk@151780 13f79535-47bb-0310-9956-ffa450edef68