diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-07 22:35:52 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-07 22:35:52 +0100 |
commit | 49533399810630031541b25407cd88498a72f6c3 (patch) | |
tree | 1ab7d0e6063c609e97ca15d400e21c5618e63b45 /nbproject | |
parent | 3392199837251e8b165dda1eb0ec211d9c06dd0b (diff) |
Lock on WS afb-daemon Segmentation fault
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configurations.xml | 4 | ||||
-rw-r--r-- | nbproject/project.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index e9d0ed5..370176d 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -46,13 +46,13 @@ </codeAssistance> <makefileType> <makeTool> - <buildCommandWorkingDir>Build</buildCommandWorkingDir> + <buildCommandWorkingDir>build</buildCommandWorkingDir> <buildCommand>${MAKE} -f Makefile</buildCommand> <cleanCommand>${MAKE} -f Makefile clean</cleanCommand> <executablePath></executablePath> </makeTool> <preBuild> - <preBuildCommandWorkingDir>Build</preBuildCommandWorkingDir> + <preBuildCommandWorkingDir>build</preBuildCommandWorkingDir> <preBuildCommand>cmake -Wno-dev -DCXX=g++-5 -DCC=gcc-5 ..</preBuildCommand> <preBuildFirst>true</preBuildFirst> </preBuild> diff --git a/nbproject/project.xml b/nbproject/project.xml index be8b144..7ec3b29 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -5,7 +5,7 @@ <data xmlns="http://www.netbeans.org/ns/make-project/1"> <name>AGL-AudioBindings</name> <c-extensions>c</c-extensions> - <cpp-extensions>cpp,cxx</cpp-extensions> + <cpp-extensions>cpp</cpp-extensions> <header-extensions>h</header-extensions> <sourceEncoding>UTF-8</sourceEncoding> <make-dep-projects/> |