Skip to content

Commit

Permalink
make the include path more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiAm committed Jul 4, 2017
1 parent 45eaaf1 commit fc5bd70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions .cproject
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<tool id="cdt.managedbuild.tool.gnu.archiver.base.1952268473" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base.319999884"/>
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.base.784151936" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.base.13888097">
<option id="gnu.cpp.compiler.option.include.paths.1952025022" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath">
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/VENTOS/libs/rapidxml-1.13}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/VENTOS/libs/UFT}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/VENTOS/libs/exprtk}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/libs/rapidxml-1.13&quot;"/>
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/libs/exprtk&quot;"/>
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/libs/UFT&quot;"/>
</option>
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.2012468194" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
</tool>
Expand Down Expand Up @@ -114,9 +114,9 @@
<tool id="cdt.managedbuild.tool.gnu.archiver.base.1936766297" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base.628142687"/>
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.base.1289843834" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.base.1438167855">
<option id="gnu.cpp.compiler.option.include.paths.646295690" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath">
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/VENTOS/libs/rapidxml-1.13}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/VENTOS/libs/UFT}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/VENTOS/libs/exprtk}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/libs/exprtk&quot;"/>
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/libs/UFT&quot;"/>
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/libs/rapidxml-1.13&quot;"/>
</option>
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.501890714" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
</tool>
Expand Down Expand Up @@ -152,5 +152,12 @@
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>
<storageModule moduleId="refreshScope"/>
<storageModule moduleId="refreshScope" versionNumber="2">
<configuration configurationName="debug">
<resource resourceType="PROJECT" workspacePath="/VENTOS_Public"/>
</configuration>
<configuration configurationName="release">
<resource resourceType="PROJECT" workspacePath="/VENTOS_Public"/>
</configuration>
</storageModule>
</cproject>
2 changes: 1 addition & 1 deletion .oppbuildspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<buildspec version="4.0">
<dir makemake-options="-O out -I. --meta:recurse --meta:export-include-path --meta:use-exported-include-paths --meta:export-library --meta:use-exported-libs --meta:feature-cflags --meta:feature-ldflags" path="." type="makemake"/>
<dir path="src/loggingWindow" type="custom"/>
<dir makemake-options="--make-so --deep -O out -I. -lboost_system -lboost_filesystem -lboost_serialization -lcurl -lshark_debug -lblas --meta:recurse --meta:export-include-path --meta:use-exported-include-paths --meta:export-library --meta:use-exported-libs --meta:feature-cflags --meta:feature-ldflags" path="src" type="makemake"/>
<dir makemake-options="-O out -I. --meta:recurse --meta:export-include-path --meta:use-exported-include-paths --meta:export-library --meta:use-exported-libs --meta:feature-cflags --meta:feature-ldflags" path="." type="makemake"/>
</buildspec>

0 comments on commit fc5bd70

Please sign in to comment.