diff options
author | Wayne Meissner <wmeissner@gmail.com> | 2009-12-12 09:15:28 +1000 |
---|---|---|
committer | Wayne Meissner <wmeissner@gmail.com> | 2009-12-12 09:15:28 +1000 |
commit | 552ab39936d73b00b9ba505aff0a5db4f0300b2d (patch) | |
tree | 33dc611d7b3fe2e4583c12487c612a3ff7a9f487 /nbproject/configurations.xml | |
parent | 454220efb82988b01c4c2738e8fb2f53e303dbf3 (diff) | |
download | ffi-552ab39936d73b00b9ba505aff0a5db4f0300b2d.tar.gz |
Sync netbeans metadata
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r-- | nbproject/configurations.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 6e5da59..2781845 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -95,27 +95,29 @@ projectFiles="false"> <itemPath>Makefile</itemPath> <itemPath>Rakefile</itemPath> + <itemPath>ext/ffi_c/extconf.rb</itemPath> <itemPath>ruby-ffi-Makefile.mk</itemPath> </logicalFolder> </logicalFolder> <projectmakefile>ruby-ffi-Makefile.mk</projectmakefile> <confs> - <conf name="Default" type="0"> + <conf name="x86_64-Linux" type="0"> <toolsSet> <developmentServer>localhost</developmentServer> <compilerSet>GNU|GNU</compilerSet> - <platform>1</platform> + <platform>2</platform> </toolsSet> <makefileType> <makeTool> <buildCommandWorkingDir>.</buildCommandWorkingDir> - <buildCommand>rake compile</buildCommand> - <cleanCommand>rake clean</cleanCommand> + <buildCommand>${MAKE}</buildCommand> + <cleanCommand>${MAKE} 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> + <pElem>/usr/local/ruby-trunk/include/ruby-1.9.1/ruby</pElem> + <pElem>/usr/local/ruby-trunk/include/ruby-1.9.1</pElem> + <pElem>/usr/include/x86_64-linux-gnu</pElem> </incDir> </cTool> </makeTool> |