add NetBeans project v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 15 Apr 2025 22:44:31 +0200
branchv_0
changeset 151c74985d4c4e
parent 14 f02473035a66
child 16 63154f9d24a2
add NetBeans project
.hgignore
nbproject/configurations.xml
nbproject/project.xml
     1.1 --- a/.hgignore	Tue Apr 15 22:44:24 2025 +0200
     1.2 +++ b/.hgignore	Tue Apr 15 22:44:31 2025 +0200
     1.3 @@ -1,1 +1,3 @@
     1.4  build/
     1.5 +nbproject/private/
     1.6 +temp/
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/nbproject/configurations.xml	Tue Apr 15 22:44:31 2025 +0200
     2.3 @@ -0,0 +1,65 @@
     2.4 +<?xml version="1.0" encoding="UTF-8"?>
     2.5 +<configurationDescriptor version="100">
     2.6 +  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
     2.7 +    <df root="." name="0">
     2.8 +      <in>AlsaBridge.cpp</in>
     2.9 +      <in>DJMFix.cpp</in>
    2.10 +      <in>Logger.cpp</in>
    2.11 +      <in>djm-fix.cpp</in>
    2.12 +    </df>
    2.13 +    <logicalFolder name="ExternalFiles"
    2.14 +                   displayName="Important Files"
    2.15 +                   projectFiles="false"
    2.16 +                   kind="IMPORTANT_FILES_FOLDER">
    2.17 +      <itemPath>Makefile</itemPath>
    2.18 +      <itemPath>nbproject/private/launcher.properties</itemPath>
    2.19 +    </logicalFolder>
    2.20 +  </logicalFolder>
    2.21 +  <sourceFolderFilter>^(nbproject)$</sourceFolderFilter>
    2.22 +  <sourceRootList>
    2.23 +    <Elem>.</Elem>
    2.24 +  </sourceRootList>
    2.25 +  <projectmakefile>Makefile</projectmakefile>
    2.26 +  <confs>
    2.27 +    <conf name="Default" type="0">
    2.28 +      <toolsSet>
    2.29 +        <compilerSet>default</compilerSet>
    2.30 +        <dependencyChecking>false</dependencyChecking>
    2.31 +        <rebuildPropChanged>false</rebuildPropChanged>
    2.32 +      </toolsSet>
    2.33 +      <flagsDictionary>
    2.34 +        <element flagsID="0" commonFlags="-fsanitize=address"/>
    2.35 +      </flagsDictionary>
    2.36 +      <codeAssistance>
    2.37 +      </codeAssistance>
    2.38 +      <makefileType>
    2.39 +        <makeTool>
    2.40 +          <buildCommandWorkingDir>.</buildCommandWorkingDir>
    2.41 +          <buildCommand>${MAKE} -f Makefile</buildCommand>
    2.42 +          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
    2.43 +          <executablePath></executablePath>
    2.44 +        </makeTool>
    2.45 +        <preBuild>
    2.46 +          <preBuildCommandWorkingDir>.</preBuildCommandWorkingDir>
    2.47 +          <preBuildCommand></preBuildCommand>
    2.48 +        </preBuild>
    2.49 +      </makefileType>
    2.50 +      <item path="AlsaBridge.cpp" ex="false" tool="1" flavor2="0">
    2.51 +        <ccTool flags="0">
    2.52 +        </ccTool>
    2.53 +      </item>
    2.54 +      <item path="DJMFix.cpp" ex="false" tool="1" flavor2="0">
    2.55 +        <ccTool flags="0">
    2.56 +        </ccTool>
    2.57 +      </item>
    2.58 +      <item path="Logger.cpp" ex="false" tool="1" flavor2="0">
    2.59 +        <ccTool flags="0">
    2.60 +        </ccTool>
    2.61 +      </item>
    2.62 +      <item path="djm-fix.cpp" ex="false" tool="1" flavor2="0">
    2.63 +        <ccTool flags="0">
    2.64 +        </ccTool>
    2.65 +      </item>
    2.66 +    </conf>
    2.67 +  </confs>
    2.68 +</configurationDescriptor>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/nbproject/project.xml	Tue Apr 15 22:44:31 2025 +0200
     3.3 @@ -0,0 +1,26 @@
     3.4 +<?xml version="1.0" encoding="UTF-8"?>
     3.5 +<project xmlns="http://www.netbeans.org/ns/project/1">
     3.6 +    <type>org.netbeans.modules.cnd.makeproject</type>
     3.7 +    <configuration>
     3.8 +        <data xmlns="http://www.netbeans.org/ns/make-project/1">
     3.9 +            <name>djm-fix</name>
    3.10 +            <c-extensions/>
    3.11 +            <cpp-extensions>cpp</cpp-extensions>
    3.12 +            <header-extensions>h</header-extensions>
    3.13 +            <sourceEncoding>UTF-8</sourceEncoding>
    3.14 +            <make-dep-projects/>
    3.15 +            <sourceRootList>
    3.16 +                <sourceRootElem>.</sourceRootElem>
    3.17 +            </sourceRootList>
    3.18 +            <confList>
    3.19 +                <confElem>
    3.20 +                    <name>Default</name>
    3.21 +                    <type>0</type>
    3.22 +                </confElem>
    3.23 +            </confList>
    3.24 +            <formatting>
    3.25 +                <project-formatting-style>false</project-formatting-style>
    3.26 +            </formatting>
    3.27 +        </data>
    3.28 +    </configuration>
    3.29 +</project>