mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
New built-in compiler incldue search paths and defined symbols for the Gnu C++ compiler on Cygwin.
This commit is contained in:
parent
e138c8bc09
commit
ce2687d063
2 changed files with 33 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-02-27 John Camelon
|
||||||
|
New built-in compiler incldue search paths and defined symbols for the
|
||||||
|
Gnu C++ compiler on Cygwin.
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2004-02-23 Sean Evoy
|
2004-02-23 Sean Evoy
|
||||||
Fix for bug 52647.
|
Fix for bug 52647.
|
||||||
In 1.2, the target stored the raw, overridden build command the user
|
In 1.2, the target stored the raw, overridden build command the user
|
||||||
|
|
|
@ -539,6 +539,14 @@
|
||||||
value="__unix"
|
value="__unix"
|
||||||
builtIn="true">
|
builtIn="true">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
|
<listOptionValue
|
||||||
|
builtIn="true"
|
||||||
|
value="__cplusplus">
|
||||||
|
</listOptionValue>
|
||||||
|
<listOptionValue
|
||||||
|
builtIn="true"
|
||||||
|
value="_GLIBCPP_USE_NAMESPACES=0">
|
||||||
|
</listOptionValue>
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
name="%Option.Posix.UndefSym"
|
name="%Option.Posix.UndefSym"
|
||||||
|
@ -558,6 +566,26 @@
|
||||||
command="-I"
|
command="-I"
|
||||||
valueType="includePath"
|
valueType="includePath"
|
||||||
id="cygwin.compiler.general.include.paths">
|
id="cygwin.compiler.general.include.paths">
|
||||||
|
<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
|
<listOptionValue
|
||||||
value="C:\cygwin\usr\include\w32api"
|
value="C:\cygwin\usr\include\w32api"
|
||||||
builtIn="true">
|
builtIn="true">
|
||||||
|
|
Loading…
Add table
Reference in a new issue