summaryrefslogtreecommitdiff
path: root/nbproject/configurations.xml
blob: 290d7e7ab04ede6718a7861aa0b35cddf4b62b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="UTF-8"?>
<configurationDescriptor version="62">
  <logicalFolder name="root" displayName="root" projectFiles="true">
    <logicalFolder name="ruby-ffi" displayName="ruby-ffi" projectFiles="true">
      <logicalFolder name="ext" displayName="ext" projectFiles="true">
        <itemPath>ext/ffi_c/AbstractMemory.c</itemPath>
        <itemPath>ext/ffi_c/AbstractMemory.h</itemPath>
        <itemPath>ext/ffi_c/AutoPointer.c</itemPath>
        <itemPath>ext/ffi_c/AutoPointer.h</itemPath>
        <itemPath>ext/ffi_c/Buffer.c</itemPath>
        <itemPath>ext/ffi_c/Call.c</itemPath>
        <itemPath>ext/ffi_c/Call.h</itemPath>
        <itemPath>ext/ffi_c/Callback.c</itemPath>
        <itemPath>ext/ffi_c/Callback.h</itemPath>
        <itemPath>ext/ffi_c/DynamicLibrary.c</itemPath>
        <itemPath>ext/ffi_c/DynamicLibrary.h</itemPath>
        <itemPath>ext/ffi_c/Function.c</itemPath>
        <itemPath>ext/ffi_c/Function.h</itemPath>
        <itemPath>ext/ffi_c/FunctionInfo.c</itemPath>
        <itemPath>ext/ffi_c/Invoker.c</itemPath>
        <itemPath>ext/ffi_c/LastError.c</itemPath>
        <itemPath>ext/ffi_c/LastError.h</itemPath>
        <itemPath>ext/ffi_c/MemoryPointer.c</itemPath>
        <itemPath>ext/ffi_c/MemoryPointer.h</itemPath>
        <itemPath>ext/ffi_c/MethodHandle.c</itemPath>
        <itemPath>ext/ffi_c/MethodHandle.h</itemPath>
        <itemPath>ext/ffi_c/NullPointer.c</itemPath>
        <itemPath>ext/ffi_c/Platform.c</itemPath>
        <itemPath>ext/ffi_c/Platform.h</itemPath>
        <itemPath>ext/ffi_c/Pointer.c</itemPath>
        <itemPath>ext/ffi_c/Pointer.h</itemPath>
        <itemPath>ext/ffi_c/Struct.c</itemPath>
        <itemPath>ext/ffi_c/Struct.h</itemPath>
        <itemPath>ext/ffi_c/StructByValue.c</itemPath>
        <itemPath>ext/ffi_c/StructByValue.h</itemPath>
        <itemPath>ext/ffi_c/Type.c</itemPath>
        <itemPath>ext/ffi_c/Type.h</itemPath>
        <itemPath>ext/ffi_c/Types.c</itemPath>
        <itemPath>ext/ffi_c/Types.h</itemPath>
        <itemPath>ext/ffi_c/Variadic.c</itemPath>
        <itemPath>ext/ffi_c/compat.h</itemPath>
        <itemPath>ext/ffi_c/extconf.rb</itemPath>
        <itemPath>ext/ffi_c/ffi.c</itemPath>
        <itemPath>ext/ffi_c/rbffi.h</itemPath>
      </logicalFolder>
      <logicalFolder name="f1" displayName="lib" projectFiles="true">
        <logicalFolder name="ffi" displayName="ffi" projectFiles="true">
          <itemPath>lib/ffi/autopointer.rb</itemPath>
          <itemPath>lib/ffi/callback.rb</itemPath>
          <itemPath>lib/ffi/enum.rb</itemPath>
          <itemPath>lib/ffi/ffi.rb</itemPath>
          <itemPath>lib/ffi/io.rb</itemPath>
          <itemPath>lib/ffi/library.rb</itemPath>
          <itemPath>lib/ffi/memorypointer.rb</itemPath>
          <itemPath>lib/ffi/platform.rb</itemPath>
          <itemPath>lib/ffi/pointer.rb</itemPath>
          <itemPath>lib/ffi/struct.rb</itemPath>
          <itemPath>lib/ffi/types.rb</itemPath>
          <itemPath>lib/ffi/variadic.rb</itemPath>
        </logicalFolder>
        <itemPath>lib/ffi.rb</itemPath>
      </logicalFolder>
      <logicalFolder name="libtest" displayName="libtest" projectFiles="true">
        <itemPath>libtest/Benchmark.c</itemPath>
        <itemPath>libtest/BufferTest.c</itemPath>
        <itemPath>libtest/ClosureTest.c</itemPath>
        <itemPath>libtest/GlobalVariable.c</itemPath>
        <itemPath>libtest/LastErrorTest.c</itemPath>
        <itemPath>libtest/NumberTest.c</itemPath>
        <itemPath>libtest/PointerTest.c</itemPath>
        <itemPath>libtest/ReferenceTest.c</itemPath>
        <itemPath>libtest/StringTest.c</itemPath>
        <itemPath>libtest/StructTest.c</itemPath>
        <itemPath>libtest/VariadicTest.c</itemPath>
      </logicalFolder>
      <logicalFolder name="f2" displayName="spec" projectFiles="true">
        <itemPath>spec/ffi/buffer_spec.rb</itemPath>
        <itemPath>spec/ffi/callback_spec.rb</itemPath>
        <itemPath>spec/ffi/enum_spec.rb</itemPath>
        <itemPath>spec/ffi/errno_spec.rb</itemPath>
        <itemPath>spec/ffi/library_spec.rb</itemPath>
        <itemPath>spec/ffi/managed_struct_spec.rb</itemPath>
        <itemPath>spec/ffi/number_spec.rb</itemPath>
        <itemPath>spec/ffi/pointer_spec.rb</itemPath>
        <itemPath>spec/ffi/spec_helper.rb</itemPath>
        <itemPath>spec/ffi/string_spec.rb</itemPath>
        <itemPath>spec/ffi/struct_spec.rb</itemPath>
        <itemPath>spec/ffi/typedef_spec.rb</itemPath>
        <itemPath>spec/ffi/union_spec.rb</itemPath>
        <itemPath>spec/ffi/variadic_spec.rb</itemPath>
      </logicalFolder>
    </logicalFolder>
    <logicalFolder name="ExternalFiles"
                   displayName="Important Files"
                   projectFiles="false">
      <itemPath>Makefile</itemPath>
      <itemPath>Rakefile</itemPath>
      <itemPath>ruby-ffi-Makefile.mk</itemPath>
    </logicalFolder>
  </logicalFolder>
  <projectmakefile>ruby-ffi-Makefile.mk</projectmakefile>
  <confs>
    <conf name="Default" type="0">
      <toolsSet>
        <developmentServer>localhost</developmentServer>
        <compilerSet>GNU|GNU</compilerSet>
        <platform>1</platform>
      </toolsSet>
      <makefileType>
        <makeTool>
          <buildCommandWorkingDir>.</buildCommandWorkingDir>
          <buildCommand>rake compile</buildCommand>
          <cleanCommand>rake clean</cleanCommand>
          <executablePath></executablePath>
          <cTool>
            <incDir>
              <pElem>/usr/local/ruby-1.8.6-p369/lib/ruby/1.8/i386-solaris2.11</pElem>
              <pElem>/usr/lib/libffi-3.0.5/include</pElem>
            </incDir>
          </cTool>
        </makeTool>
      </makefileType>
    </conf>
  </confs>
</configurationDescriptor>