diff options
Diffstat (limited to '.cproject')
-rw-r--r-- | .cproject | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -34,6 +34,9 @@ <option defaultValue="gnu.c.optimization.level.none" id="gnu.c.compiler.mingw.exe.debug.option.optimization.level.1870710598" name="Optimization Level" superClass="gnu.c.compiler.mingw.exe.debug.option.optimization.level" useByScannerDiscovery="false" valueType="enumerated"/> <option id="gnu.c.compiler.mingw.exe.debug.option.debugging.level.588576008" name="Debug Level" superClass="gnu.c.compiler.mingw.exe.debug.option.debugging.level" useByScannerDiscovery="false" value="gnu.c.debugging.level.max" valueType="enumerated"/> <option id="gnu.c.compiler.option.include.paths.2103695181" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath"> + <listOptionValue builtIn="false" value=""C:\include""/> + <listOptionValue builtIn="false" value=""${AMDAPPSDKROOT}\include""/> + <listOptionValue builtIn="false" value=""${AMDAPPSDKROOT}\include\CL""/> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\include\gtk-3.0""/> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\include\gdk-pixbuf-2.0""/> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\include\glib-2.0""/> @@ -42,8 +45,6 @@ <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\lib\glib-2.0\include""/> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\include\cairo""/> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\include""/> - <listOptionValue builtIn="false" value=""C:\include""/> - <listOptionValue builtIn="false" value=""${AMDAPPSDKROOT}\include""/> </option> <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.480003034" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> </tool> @@ -66,6 +67,8 @@ <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="OpenCL"/> <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="gailutil-3"/> <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="pthread"/> + <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="amdocl"/> + <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="amdocl12cl"/> </option> <option id="gnu.c.link.option.paths.1322466417" name="Library search path (-L)" superClass="gnu.c.link.option.paths" valueType="libPaths"> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\lib""/> @@ -160,6 +163,8 @@ <option id="gnu.c.compiler.mingw.exe.release.option.debugging.level.992504606" name="Debug Level" superClass="gnu.c.compiler.mingw.exe.release.option.debugging.level" useByScannerDiscovery="false" value="gnu.c.debugging.level.none" valueType="enumerated"/> <option id="gnu.c.compiler.option.include.paths.2087425696" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath"> <listOptionValue builtIn="false" value=""C:\include""/> + <listOptionValue builtIn="false" value=""${AMDAPPSDKROOT}\include""/> + <listOptionValue builtIn="false" value=""${AMDAPPSDKROOT}\include\CL""/> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\include\gtk-3.0""/> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\include\gdk-pixbuf-2.0""/> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\include\glib-2.0""/> @@ -168,7 +173,6 @@ <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\lib\glib-2.0\include""/> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\include\cairo""/> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\include""/> - <listOptionValue builtIn="false" value=""${AMDAPPSDKROOT}\include""/> </option> <option id="gnu.c.compiler.option.misc.other.2093587117" name="Other flags" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -mms-bitfields" valueType="string"/> <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.2079810545" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> @@ -193,6 +197,8 @@ <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="opengl32"/> <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="pthread"/> <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="OpenCL"/> + <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="amdocl"/> + <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="amdocl12cl"/> </option> <option id="gnu.c.link.option.paths.1055912140" name="Library search path (-L)" superClass="gnu.c.link.option.paths" valueType="libPaths"> <listOptionValue builtIn="false" value=""${MSYS_HOME}\mingw32\lib""/> |