summaryrefslogtreecommitdiffstats
path: root/make/lib/archive
Commit message (Collapse)AuthorAgeFilesLines
* Remove cpptasks archive, using ↵Sven Gothel2013-09-126-173/+0
| | | | <http://jogamp.org/git/?p=ant-cpptasks.git;a=summary>
* cpptasks: Cleanup patch file and move single patches to obsolete for ↵Sven Gothel2012-03-064-229/+8
| | | | clarification
* Update and cleanup cpptasks build & archive.Sven Gothel2012-03-069-0/+324
| | | | 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.
* LICENSE.txt changes:Sven Gothel2010-09-141-0/+0
| | | | | | | | | | | | | - Added JogAmp Community and common denominator: New BSD 3-clause license - Added note to make/lib binary file (source and license) Added source and license text for external binaries used in build process (make/lib folder). Changed 'Sven Gothel' and 'Michael Bien' New BSD 3-clause license to 'JogAmp Community' Simplified BSD 2-clause license.
* *** Now Using Apache-Ant-1.8.0 ***Sven Gothel2010-04-105-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