summaryrefslogtreecommitdiff
path: root/PATCHES
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHES')
-rw-r--r--PATCHES3
1 files changed, 3 insertions, 0 deletions
diff --git a/PATCHES b/PATCHES
index 959fc2c..7ff1125 100644
--- a/PATCHES
+++ b/PATCHES
@@ -26,6 +26,9 @@
- [src/net/sf/antcontrib/cpptasks/devstudio/DevStudioMIDLCompiler.java] limit command line length to 32000.
- [src/net/sf/antcontrib/cpptasks/devstudio/DevStudioResourceCompiler.java] limit command line length to 32000.
- [src/net/sf/antcontrib/cpptasks/devstudio/VisualStudioNETProjectWriter.java] limit command line length to 32000.
+- [src/net/sf/antcontrib/cpptasks/gcc/AbstractLdLinker.java] limit command line for Windows to 20000.
+- [src/net/sf/antcontrib/cpptasks/gcc/GccCCompiler.java] limit command line for Windows to 20000.
+
** dll for g++ on windows changes
- [src/net/sf/antcontrib/cpptasks/compiler/AbstractProcessor.java] Added isWindows()