Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] cygwin compiler built-in options updated for managed builder

JohnC
www.eclipse.org/cdt
Index: ChangeLog
===================================================================
retrieving revision 1.12
diff -u -r1.12 ChangeLog
--- ChangeLog	13 Nov 2003 19:41:53 -0000	1.12
+++ ChangeLog	27 Jan 2004 01:24:13 -0000
@@ -1,3 +1,6 @@
+2004-01-26 John Camelon
+	Updated plugin.xml to include more built-in GCC include paths and macros for cygwin targets. 
+
 2003-11-10 Tanya Wolff
 
 	I18N-Externalized strings from plugin.xml.
Index: plugin.xml
===================================================================
retrieving revision 1.15
diff -u -r1.15 plugin.xml
--- plugin.xml	5 Jan 2004 20:26:33 -0000	1.15
+++ plugin.xml	27 Jan 2004 01:24:16 -0000
@@ -538,6 +538,14 @@
                      builtIn="true"
                      value="__unix">
                </listOptionValue>
+               <listOptionValue
+                     builtIn="true"
+                     value="__cplusplus">
+               </listOptionValue>
+               <listOptionValue
+                     builtIn="true"
+                     value="_GLIBCPP_USE_NAMESPACES=0">
+               </listOptionValue>
             </option>
             <option
                   name="%Option.Posix.UndefSym"
@@ -557,6 +565,26 @@
                   command="-I"
                   id="cygwin.compiler.general.include.paths"
                   valueType="includePath">
+               <listOptionValue
+                     value="C:\cygwin\usr\include\c++\3.3.1"
+                     builtIn="true">
+               </listOptionValue>
+               <listOptionValue
+                     builtIn="true"
+                     value="C:\cygwin\usr\include\c++\3.3.1\i686-pc-cygwin">
+               </listOptionValue>
+               <listOptionValue
+                     value="C:\cygwin\usr\include\c++\3.3.1\backward"
+                     builtIn="true">
+               </listOptionValue>
+               <listOptionValue
+                     value="C:\cygwin\lib\gcc-lib\i686-pc-cygwin\3.3.1\include"
+                     builtIn="true">
+               </listOptionValue>
+               <listOptionValue
+                     value="C:\cygwin\usr\include"
+                     builtIn="true">
+               </listOptionValue>
                <listOptionValue
                      builtIn="true"
                      value="C:\cygwin\usr\include\w32api">

Back to the top