nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 25 Aug 2018 12:29:03 +0200
branchv_0
changeset 2 31ef97e63eb0
parent 1 3baaddffae5b
child 3 9a4062b12fc9
permissions -rw-r--r--
add cli and reader libraries
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<configurationDescriptor version="100">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
    <logicalFolder name="HeaderFiles"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
                   displayName="Header Files"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
                   projectFiles="true">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
    </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
    <logicalFolder name="ResourceFiles"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
                   displayName="Resource Files"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
                   projectFiles="true">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
    </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
    <logicalFolder name="SourceFiles"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
                   displayName="Source Files"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
                   projectFiles="true">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
    </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
    <logicalFolder name="TestFiles"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
                   displayName="Test Files"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
                   projectFiles="false"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
                   kind="TEST_LOGICAL_FOLDER">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
    </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
    <logicalFolder name="ExternalFiles"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
                   displayName="Important Files"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
                   projectFiles="false"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
                   kind="IMPORTANT_FILES_FOLDER">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
      <itemPath>Makefile</itemPath>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
    </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
  </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
  <projectmakefile>Makefile</projectmakefile>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
  <confs>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
    <conf name="Debug" type="1">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
      <toolsSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
        <compilerSet>default</compilerSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
        <dependencyChecking>true</dependencyChecking>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
        <rebuildPropChanged>false</rebuildPropChanged>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
      </toolsSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
      <compileType>
1
3baaddffae5b add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    37
        <ccTool>
3baaddffae5b add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    38
          <commandLine>-fsanitize=address</commandLine>
3baaddffae5b add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    39
        </ccTool>
2
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    40
        <linkerTool>
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    41
          <linkerLibItems>
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    42
            <linkerOptionItem>`pkg-config --libs relpipe-lib-cli.cpp`</linkerOptionItem>
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    43
            <linkerOptionItem>`pkg-config --libs relpipe-lib-reader.cpp`</linkerOptionItem>
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    44
          </linkerLibItems>
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    45
        </linkerTool>
0
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    46
      </compileType>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
    </conf>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
    <conf name="Release" type="1">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
      <toolsSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
        <compilerSet>default</compilerSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
        <dependencyChecking>true</dependencyChecking>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    52
        <rebuildPropChanged>false</rebuildPropChanged>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    53
      </toolsSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    54
      <compileType>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    55
        <cTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    56
          <developmentMode>5</developmentMode>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    57
        </cTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    58
        <ccTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    59
          <developmentMode>5</developmentMode>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    60
        </ccTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
        <fortranCompilerTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    62
          <developmentMode>5</developmentMode>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    63
        </fortranCompilerTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    64
        <asmTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    65
          <developmentMode>5</developmentMode>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    66
        </asmTool>
2
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    67
        <linkerTool>
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    68
          <linkerLibItems>
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    69
            <linkerOptionItem>`pkg-config --libs relpipe-lib-cli.cpp`</linkerOptionItem>
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    70
            <linkerOptionItem>`pkg-config --libs relpipe-lib-reader.cpp`</linkerOptionItem>
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    71
          </linkerLibItems>
31ef97e63eb0 add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    72
        </linkerTool>
0
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    73
      </compileType>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    74
    </conf>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    75
  </confs>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    76
</configurationDescriptor>