aboutsummaryrefslogtreecommitdiff
path: root/.cproject
diff options
context:
space:
mode:
authorLeonard Kugis <leonardkugis@gmail.com>2018-01-26 01:12:49 +0100
committerLeonard Kugis <leonardkugis@gmail.com>2018-01-26 01:12:49 +0100
commit1c3ea27064257d8cf7b9f36b0388b8cf2e94ab08 (patch)
tree9b2d9a0dbb2940158b2fb734325cfc360efac6f4 /.cproject
parente6c241add375353c1c80b0e3915a6505dbd5db9a (diff)
Skeleton for OpenCL rendering, cleaned up alot, WIP and crashing
Diffstat (limited to '.cproject')
-rw-r--r--.cproject16
1 files changed, 14 insertions, 2 deletions
diff --git a/.cproject b/.cproject
index d36d38e..c515ae5 100644
--- a/.cproject
+++ b/.cproject
@@ -3,6 +3,9 @@
<storageModule moduleId="org.eclipse.cdt.core.settings">
<cconfiguration id="cdt.managedbuild.config.gnu.mingw.exe.debug.966253669">
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.config.gnu.mingw.exe.debug.966253669" moduleId="org.eclipse.cdt.core.settings" name="Debug">
+ <macros>
+ <stringMacro name="MSYS_HOME" type="VALUE_TEXT" value="C:\msys64"/>
+ </macros>
<externalSettings>
<externalSetting/>
</externalSettings>
@@ -61,6 +64,7 @@
<listOptionValue builtIn="false" value="&quot;${MSYS_HOME}\mingw32\include\cairo&quot;"/>
<listOptionValue builtIn="false" value="&quot;${MSYS_HOME}\mingw32\include&quot;"/>
<listOptionValue builtIn="false" value="&quot;C:\include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${AMDAPPSDKROOT}\include&quot;"/>
</option>
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.480003034" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
</tool>
@@ -84,11 +88,13 @@
<listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="glut"/>
<listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="opengl32"/>
<listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="math"/>
+ <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="OpenCL"/>
</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="&quot;${MSYS_HOME}\mingw32\lib&quot;"/>
<listOptionValue builtIn="false" value="&quot;C:\lib&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${LIBRARY_PATH}\GL&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;C:\lib\GL&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${AMDAPPSDKROOT}\lib\x86&quot;"/>
</option>
<inputType id="cdt.managedbuild.tool.gnu.c.linker.input.743413783" superClass="cdt.managedbuild.tool.gnu.c.linker.input">
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
@@ -147,6 +153,9 @@
</cconfiguration>
<cconfiguration id="cdt.managedbuild.config.gnu.mingw.exe.release.659598002">
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.config.gnu.mingw.exe.release.659598002" moduleId="org.eclipse.cdt.core.settings" name="Release">
+ <macros>
+ <stringMacro name="MSYS_HOME" type="VALUE_TEXT" value="C:\msys64"/>
+ </macros>
<externalSettings/>
<extensions>
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
@@ -182,6 +191,7 @@
<listOptionValue builtIn="false" value="&quot;${MSYS_HOME}\mingw32\lib\glib-2.0\include&quot;"/>
<listOptionValue builtIn="false" value="&quot;${MSYS_HOME}\mingw32\include\cairo&quot;"/>
<listOptionValue builtIn="false" value="&quot;${MSYS_HOME}\mingw32\include&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${AMDAPPSDKROOT}\include&quot;"/>
</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"/>
@@ -205,11 +215,13 @@
<listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="glut"/>
<listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="opengl32"/>
<listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="pthread"/>
+ <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="OpenCL"/>
</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="&quot;${MSYS_HOME}\mingw32\lib&quot;"/>
<listOptionValue builtIn="false" value="&quot;C:\lib&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${LIBRARY_PATH}\GL&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;C:\lib\GL&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${AMDAPPSDKROOT}\lib\x86&quot;"/>
</option>
<option id="gnu.c.link.option.ldflags.781568436" name="Linker flags" superClass="gnu.c.link.option.ldflags" useByScannerDiscovery="false" value="" valueType="string"/>
<inputType id="cdt.managedbuild.tool.gnu.c.linker.input.469575921" superClass="cdt.managedbuild.tool.gnu.c.linker.input">