c++/jvm-jni-starter/nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 10 Feb 2018 17:11:31 +0100
changeset 56 813b44590d07
parent 55 2fbf53cf0782
permissions -rw-r--r--
jvm-jni-starter: --sql místo --sql-in + refaktoring
franta-hg@55
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@55
     2
<configurationDescriptor version="100">
franta-hg@55
     3
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
franta-hg@55
     4
    <logicalFolder name="HeaderFiles"
franta-hg@55
     5
                   displayName="Header Files"
franta-hg@55
     6
                   projectFiles="true">
franta-hg@55
     7
    </logicalFolder>
franta-hg@55
     8
    <logicalFolder name="ResourceFiles"
franta-hg@55
     9
                   displayName="Resource Files"
franta-hg@55
    10
                   projectFiles="true">
franta-hg@55
    11
    </logicalFolder>
franta-hg@55
    12
    <logicalFolder name="SourceFiles"
franta-hg@55
    13
                   displayName="Source Files"
franta-hg@55
    14
                   projectFiles="true">
franta-hg@55
    15
      <itemPath>jvm-jni-starter.cpp</itemPath>
franta-hg@55
    16
    </logicalFolder>
franta-hg@55
    17
    <logicalFolder name="TestFiles"
franta-hg@55
    18
                   displayName="Test Files"
franta-hg@55
    19
                   projectFiles="false"
franta-hg@55
    20
                   kind="TEST_LOGICAL_FOLDER">
franta-hg@55
    21
    </logicalFolder>
franta-hg@55
    22
    <logicalFolder name="ExternalFiles"
franta-hg@55
    23
                   displayName="Important Files"
franta-hg@55
    24
                   projectFiles="false"
franta-hg@55
    25
                   kind="IMPORTANT_FILES_FOLDER">
franta-hg@55
    26
      <itemPath>Makefile</itemPath>
franta-hg@55
    27
    </logicalFolder>
franta-hg@55
    28
  </logicalFolder>
franta-hg@55
    29
  <projectmakefile>Makefile</projectmakefile>
franta-hg@55
    30
  <confs>
franta-hg@55
    31
    <conf name="Debug" type="1">
franta-hg@55
    32
      <toolsSet>
franta-hg@55
    33
        <compilerSet>default</compilerSet>
franta-hg@55
    34
        <dependencyChecking>true</dependencyChecking>
franta-hg@55
    35
        <rebuildPropChanged>false</rebuildPropChanged>
franta-hg@55
    36
      </toolsSet>
franta-hg@55
    37
      <compileType>
franta-hg@55
    38
        <ccTool>
franta-hg@55
    39
          <standard>11</standard>
franta-hg@55
    40
          <incDir>
franta-hg@55
    41
            <pElem>/usr/lib/jvm/java-8-openjdk-amd64/include</pElem>
franta-hg@55
    42
            <pElem>/usr/lib/jvm/java-8-openjdk-amd64/include/linux</pElem>
franta-hg@55
    43
          </incDir>
franta-hg@55
    44
        </ccTool>
franta-hg@55
    45
        <linkerTool>
franta-hg@55
    46
          <linkerAddLib>
franta-hg@55
    47
            <pElem>/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server</pElem>
franta-hg@55
    48
          </linkerAddLib>
franta-hg@55
    49
          <linkerLibItems>
franta-hg@55
    50
            <linkerLibFileItem>/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so</linkerLibFileItem>
franta-hg@55
    51
          </linkerLibItems>
franta-hg@55
    52
        </linkerTool>
franta-hg@55
    53
      </compileType>
franta-hg@55
    54
      <item path="jvm-jni-starter.cpp" ex="false" tool="1" flavor2="0">
franta-hg@55
    55
      </item>
franta-hg@55
    56
    </conf>
franta-hg@55
    57
    <conf name="Release" type="1">
franta-hg@55
    58
      <toolsSet>
franta-hg@55
    59
        <compilerSet>default</compilerSet>
franta-hg@55
    60
        <dependencyChecking>true</dependencyChecking>
franta-hg@55
    61
        <rebuildPropChanged>false</rebuildPropChanged>
franta-hg@55
    62
      </toolsSet>
franta-hg@55
    63
      <compileType>
franta-hg@55
    64
        <cTool>
franta-hg@55
    65
          <developmentMode>5</developmentMode>
franta-hg@55
    66
        </cTool>
franta-hg@55
    67
        <ccTool>
franta-hg@55
    68
          <developmentMode>5</developmentMode>
franta-hg@55
    69
          <standard>11</standard>
franta-hg@55
    70
        </ccTool>
franta-hg@55
    71
        <fortranCompilerTool>
franta-hg@55
    72
          <developmentMode>5</developmentMode>
franta-hg@55
    73
        </fortranCompilerTool>
franta-hg@55
    74
        <asmTool>
franta-hg@55
    75
          <developmentMode>5</developmentMode>
franta-hg@55
    76
        </asmTool>
franta-hg@55
    77
      </compileType>
franta-hg@55
    78
      <item path="jvm-jni-starter.cpp" ex="false" tool="1" flavor2="0">
franta-hg@55
    79
      </item>
franta-hg@55
    80
    </conf>
franta-hg@55
    81
  </confs>
franta-hg@55
    82
</configurationDescriptor>