summaryrefslogtreecommitdiff
path: root/nbproject/configurations.xml
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2008-09-20 02:40:29 +1000
committerWayne Meissner <wmeissner@gmail.com>2008-09-20 02:40:29 +1000
commit35fec612dbad8a201090124a295eabe13f8942e5 (patch)
tree1e92eac5ad10004752c01b3f8cdbb492d7b13a08 /nbproject/configurations.xml
parentc53282af696f0aa8a444707fd2259258d77eeecd (diff)
downloadffi-35fec612dbad8a201090124a295eabe13f8942e5.tar.gz
Move some of the Makefile munging from ext/extconfig.rb into ext/ffi.mk
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r--nbproject/configurations.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml
index 934db4f..f10b37b 100644
--- a/nbproject/configurations.xml
+++ b/nbproject/configurations.xml
@@ -28,6 +28,17 @@
</logicalFolder>
<itemPath>lib/ffi.rb</itemPath>
</logicalFolder>
+ <logicalFolder name="specs" displayName="specs" projectFiles="true">
+ <logicalFolder name="rbx" displayName="rbx" projectFiles="true">
+ <itemPath>specs/rbx/attach_function_spec.rb</itemPath>
+ <itemPath>specs/rbx/memory_pointer_spec.rb</itemPath>
+ <itemPath>specs/rbx/spec_helper.rb</itemPath>
+ <itemPath>specs/rbx/struct_spec.rb</itemPath>
+ </logicalFolder>
+ <itemPath>specs/buffer_spec.rb</itemPath>
+ <itemPath>specs/callback_spec.rb</itemPath>
+ <itemPath>specs/spec_helper.rb</itemPath>
+ </logicalFolder>
</logicalFolder>
<logicalFolder name="ExternalFiles"
displayName="Important Files"
@@ -132,6 +143,27 @@
<item path="lib/ffi/struct.rb">
<itemTool>3</itemTool>
</item>
+ <item path="specs/buffer_spec.rb">
+ <itemTool>3</itemTool>
+ </item>
+ <item path="specs/callback_spec.rb">
+ <itemTool>3</itemTool>
+ </item>
+ <item path="specs/rbx/attach_function_spec.rb">
+ <itemTool>3</itemTool>
+ </item>
+ <item path="specs/rbx/memory_pointer_spec.rb">
+ <itemTool>3</itemTool>
+ </item>
+ <item path="specs/rbx/spec_helper.rb">
+ <itemTool>3</itemTool>
+ </item>
+ <item path="specs/rbx/struct_spec.rb">
+ <itemTool>3</itemTool>
+ </item>
+ <item path="specs/spec_helper.rb">
+ <itemTool>3</itemTool>
+ </item>
</conf>
</confs>
</configurationDescriptor>