summaryrefslogtreecommitdiff
path: root/PATCHES
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-09 16:23:45 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-09 16:23:45 +0200
commitef6f25ba42792d2d811fd6826c0dd528ad77b1e9 (patch)
tree230ba16bb40cdfaae36b2b4456a51edc0654bc02 /PATCHES
parent11fa61ff2d5e8435f6c62a4dab715542750e8271 (diff)
downloadcpptasks-parallel-ef6f25ba42792d2d811fd6826c0dd528ad77b1e9.tar.gz
cpptasks-parallel-ef6f25ba42792d2d811fd6826c0dd528ad77b1e9.tar.bz2
cpptasks-parallel-ef6f25ba42792d2d811fd6826c0dd528ad77b1e9.tar.xz
cpptasks-parallel-ef6f25ba42792d2d811fd6826c0dd528ad77b1e9.zip
Always use absolute path for linker libraries for windows; Removed debug statements
Diffstat (limited to 'PATCHES')
-rw-r--r--PATCHES6
1 files changed, 5 insertions, 1 deletions
diff --git a/PATCHES b/PATCHES
index 700ca8a..d722ce6 100644
--- a/PATCHES
+++ b/PATCHES
@@ -1,5 +1,9 @@
*** ALL Changes marked with FREEHEP or BEGINFREEHEP-ENDFREEHEP.
+* cpptasks-1.0-beta-4-parallel-5-SNAPSHOT
+
+- [src/net/sf/antcontrib/cpptasks/compiler/CommandLineLinker] use absolute paths for all paths to overcome windows file length limit.
+
* cpptasks-1.0-beta-4-parallel-4
- Added fake <distributionManagement> section to pom to avoid MDEPLOY-50. One can now deploy
@@ -30,7 +34,7 @@
- [src/net/sf/antcontrib/cpptasks/gcc/GccCompatibleCCompiler.java] added missing code for -fno-exceptions
- [src/net/sf/antcontrib/cpptasks/CCTask.java] added log statement to identify linker and compiler
- [src/net/sf/antcontrib/cpptasks/gcc/GppLinker.java] g++ linking now includes option -fexceptions
-- [src/net/sf/antcontrib/cpptasks/CommandLineLinker] use absolute paths for filenames if they are shorter than relative paths to overcome windows file length limit.
+- [src/net/sf/antcontrib/cpptasks/compiler/CommandLineLinker] use absolute paths for filenames if they are shorter than relative paths to overcome windows file length limit.
- [src/net/sf/antcontrib/cpptasks/CCTask.java] added thread to keep progress
** Parallel running change