diff options
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configurations.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 4614a6f..464946a 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -30,6 +30,7 @@ <itemPath>lib/ffi/callback.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> @@ -59,6 +60,7 @@ </logicalFolder> <itemPath>specs/buffer_spec.rb</itemPath> <itemPath>specs/callback_spec.rb</itemPath> + <itemPath>specs/library_spec.rb</itemPath> <itemPath>specs/number_spec.rb</itemPath> <itemPath>specs/pointer_spec.rb</itemPath> <itemPath>specs/spec_helper.rb</itemPath> @@ -189,6 +191,9 @@ <item path="lib/ffi/io.rb"> <itemTool>3</itemTool> </item> + <item path="lib/ffi/library.rb"> + <itemTool>3</itemTool> + </item> <item path="lib/ffi/memorypointer.rb"> <itemTool>3</itemTool> </item> @@ -240,6 +245,9 @@ <item path="specs/callback_spec.rb"> <itemTool>3</itemTool> </item> + <item path="specs/library_spec.rb"> + <itemTool>3</itemTool> + </item> <item path="specs/number_spec.rb"> <itemTool>3</itemTool> </item> |