summaryrefslogtreecommitdiffstats
path: root/make/lib/archive/cpptasks-1.0b5-darwin-patch.diff
Commit message (Collapse)AuthorAgeFilesLines
* Update and cleanup cpptasks build & archive.Sven Gothel2012-03-061-70/+0
| | | | Including Edwin Vane's work in commit d51d2aaad01d1c8188193a7913c6ef0fc38ea798
* Update cpptasks-1.0b5 darwin/osx patch: remove auto option 'prebind', allow ↵Sven Gothel2012-01-091-5/+36
| | | | | | | | | | weakly binding Removed 'prebind' auto option, since OS X dyld performs better w/o since 10.5 (?) Allowing linker options for weakly fraemwork/library binding "-weak_framework", "-lazy_framework", "-weak_library" which is required if linked for 10.5, allowing unresolved references.
* *** Now Using Apache-Ant-1.8.0 ***Sven Gothel2010-04-101-0/+39
Adding ant-contrib-1.0b3.jar for loops and mutable properties. Cleanup: - Adding Javac includeAntRuntime argument (false whenever possible) - Clear junit results folder before testing - Move deprecated stuff from lib to lib/archive