diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-07 20:13:20 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-07 20:13:20 +0100 |
commit | 3392199837251e8b165dda1eb0ec211d9c06dd0b (patch) | |
tree | c7fd4cd611953c145b2221f0c81d2a5928e5261b /nbproject/configurations.xml | |
parent | 730a5e12bf8688863356b5209db9586e78498237 (diff) |
Initial Commit
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r-- | nbproject/configurations.xml | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml new file mode 100644 index 0000000..e9d0ed5 --- /dev/null +++ b/nbproject/configurations.xml @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8"?> +<configurationDescriptor version="100"> + <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> + <df root="." name="0"> + <df name="MostVolume"> + <df name="external"> + <in>ConnectionInfo.cpp</in> + <in>Console.c</in> + <in>MacAddr.cpp</in> + <in>MostIpc.cpp</in> + <in>MostMsg.cpp</in> + <in>MostMsgTx.cpp</in> + <in>MsgAddr.cpp</in> + <in>MsgFilter.cpp</in> + <in>Shadow_NetworkMaster.cpp</in> + <in>Thread.cpp</in> + </df> + <in>DeviceContainer.cpp</in> + <in>DeviceValue.cpp</in> + <in>Mediator.cpp</in> + <in>libmostvolume.cpp</in> + </df> + </df> + <logicalFolder name="ExternalFiles" + displayName="Important Files" + projectFiles="false" + kind="IMPORTANT_FILES_FOLDER"> + <itemPath>Build/Makefile</itemPath> + <itemPath>nbproject/private/launcher.properties</itemPath> + </logicalFolder> + </logicalFolder> + <sourceFolderFilter>^(nbproject)$</sourceFolderFilter> + <sourceRootList> + <Elem>.</Elem> + </sourceRootList> + <projectmakefile>Build/Makefile</projectmakefile> + <confs> + <conf name="Default" type="0"> + <toolsSet> + <compilerSet>GNU|GNU</compilerSet> + <dependencyChecking>false</dependencyChecking> + <rebuildPropChanged>false</rebuildPropChanged> + </toolsSet> + <codeAssistance> + <buildAnalyzer>false</buildAnalyzer> + </codeAssistance> + <makefileType> + <makeTool> + <buildCommandWorkingDir>Build</buildCommandWorkingDir> + <buildCommand>${MAKE} -f Makefile</buildCommand> + <cleanCommand>${MAKE} -f Makefile clean</cleanCommand> + <executablePath></executablePath> + </makeTool> + <preBuild> + <preBuildCommandWorkingDir>Build</preBuildCommandWorkingDir> + <preBuildCommand>cmake -Wno-dev -DCXX=g++-5 -DCC=gcc-5 ..</preBuildCommand> + <preBuildFirst>true</preBuildFirst> + </preBuild> + </makefileType> + <item path="MostVolume/DeviceContainer.cpp" ex="false" tool="1" flavor2="0"> + </item> + <item path="MostVolume/DeviceValue.cpp" ex="false" tool="1" flavor2="0"> + </item> + <item path="MostVolume/Mediator.cpp" ex="false" tool="1" flavor2="0"> + </item> + <item path="MostVolume/external/ConnectionInfo.cpp" + ex="false" + tool="1" + flavor2="0"> + </item> + <item path="MostVolume/external/Console.c" ex="false" tool="0" flavor2="0"> + </item> + <item path="MostVolume/external/MacAddr.cpp" ex="false" tool="1" flavor2="0"> + </item> + <item path="MostVolume/external/MostIpc.cpp" ex="false" tool="1" flavor2="0"> + </item> + <item path="MostVolume/external/MostMsg.cpp" ex="false" tool="1" flavor2="0"> + </item> + <item path="MostVolume/external/MostMsgTx.cpp" ex="false" tool="1" flavor2="0"> + </item> + <item path="MostVolume/external/MsgAddr.cpp" ex="false" tool="1" flavor2="0"> + </item> + <item path="MostVolume/external/MsgFilter.cpp" ex="false" tool="1" flavor2="0"> + </item> + <item path="MostVolume/external/Shadow_NetworkMaster.cpp" + ex="false" + tool="1" + flavor2="0"> + </item> + <item path="MostVolume/external/Thread.cpp" ex="false" tool="1" flavor2="0"> + </item> + <item path="MostVolume/libmostvolume.cpp" ex="false" tool="1" flavor2="0"> + </item> + </conf> + </confs> +</configurationDescriptor> |