netbeans project + .hgignore updates v_0 v0.9
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu, 17 Jan 2019 23:26:49 +0100
branchv_0
changeset 14 7c05cf642088
parent 13 b1e861523740
child 15 d36343c539c7
netbeans project + .hgignore updates
.hgignore
nbproject/configurations.xml
--- a/.hgignore	Thu Jan 17 13:13:06 2019 +0100
+++ b/.hgignore	Thu Jan 17 23:26:49 2019 +0100
@@ -1,6 +1,7 @@
 syntax: glob
 
 *~
+CMakeLists.txt.user
 
 syntax: regexp
 
@@ -10,5 +11,3 @@
 ^dist/
 ^build/
 ^nbproject/private/
-
-^.*\.qtcreator\.(config|creator|files|includes)
--- a/nbproject/configurations.xml	Thu Jan 17 13:13:06 2019 +0100
+++ b/nbproject/configurations.xml	Thu Jan 17 23:26:49 2019 +0100
@@ -82,7 +82,7 @@
               <pElem>build/Debug/src</pElem>
             </incDir>
             <preprocessorList>
-              <Elem>relpipe_lib_cli_EXPORTS</Elem>
+              <Elem>relpipe_lib_cli_cpp_EXPORTS</Elem>
             </preprocessorList>
           </ccTool>
         </makeTool>
@@ -103,6 +103,9 @@
         <dependencyChecking>false</dependencyChecking>
         <rebuildPropChanged>false</rebuildPropChanged>
       </toolsSet>
+      <flagsDictionary>
+        <element flagsID="0" commonFlags="-O3 -fPIC"/>
+      </flagsDictionary>
       <codeAssistance>
       </codeAssistance>
       <makefileType>
@@ -113,10 +116,11 @@
           <executablePath>build/Release/src/welcome</executablePath>
           <ccTool>
             <incDir>
-              <pElem>src</pElem>
+              <pElem>build/Release/src</pElem>
             </incDir>
             <preprocessorList>
               <Elem>NDEBUG</Elem>
+              <Elem>relpipe_lib_cli_cpp_EXPORTS</Elem>
             </preprocessorList>
           </ccTool>
         </makeTool>
@@ -126,6 +130,10 @@
           <preBuildFirst>true</preBuildFirst>
         </preBuild>
       </makefileType>
+      <item path="src/relpipe-lib-cli.cpp" ex="false" tool="1" flavor2="0">
+        <ccTool flags="0">
+        </ccTool>
+      </item>
     </conf>
   </confs>
 </configurationDescriptor>