diff options
author | Wayne Meissner <wmeissner@gmail.com> | 2010-01-24 11:13:13 +1000 |
---|---|---|
committer | Wayne Meissner <wmeissner@gmail.com> | 2010-01-24 11:13:13 +1000 |
commit | 2292e1d8b79b44f7860eb5e8cfc7b736ce1ec743 (patch) | |
tree | b300b7b76fa5b35eadd98eeaedac39da9598b4f4 /nbproject | |
parent | 5c06940e40fd1ffd0bf62b7e58d38be45dc39e09 (diff) | |
download | ffi-2292e1d8b79b44f7860eb5e8cfc7b736ce1ec743.tar.gz |
Add ClosurePool.[ch] to netbeans project
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configurations.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 2781845..9b6d4fd 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -12,6 +12,8 @@ <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/ClosurePool.c</itemPath> + <itemPath>ext/ffi_c/ClosurePool.h</itemPath> <itemPath>ext/ffi_c/DynamicLibrary.c</itemPath> <itemPath>ext/ffi_c/DynamicLibrary.h</itemPath> <itemPath>ext/ffi_c/Function.c</itemPath> |