diff options
author | adam <adamansky@gmail.com> | 2013-03-19 17:27:55 +0700 |
---|---|---|
committer | adam <adamansky@gmail.com> | 2013-03-19 17:27:55 +0700 |
commit | 6930a2b052e3b506ece10eb77ed4c054cae31a0d (patch) | |
tree | 2d257ea6c168b986ffea939f68bab8a4995ba8fa | |
parent | f8cf03887906b98266c44097aaead7d22d03cc0e (diff) | |
download | ejdb-6930a2b052e3b506ece10eb77ed4c054cae31a0d.tar.gz ejdb-6930a2b052e3b506ece10eb77ed4c054cae31a0d.tar.bz2 ejdb-6930a2b052e3b506ece10eb77ed4c054cae31a0d.zip |
#51
-rw-r--r-- | luaejdb/nbproject/configurations.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/luaejdb/nbproject/configurations.xml b/luaejdb/nbproject/configurations.xml index 71896d0..766577b 100644 --- a/luaejdb/nbproject/configurations.xml +++ b/luaejdb/nbproject/configurations.xml @@ -2,7 +2,6 @@ <configurationDescriptor version="88"> <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> <df root="." name="luaejdb"> - <in>Makefile</in> <in>luabson.c</in> <in>luabson.h</in> <in>luaejdb.c</in> @@ -30,28 +29,30 @@ <makefileType> <makeTool> <buildCommandWorkingDir>.</buildCommandWorkingDir> - <buildCommand>${MAKE} -f Makefile</buildCommand> + <buildCommand>${MAKE} -f Makefile build-dbg</buildCommand> <cleanCommand>${MAKE} -f Makefile clean</cleanCommand> <executablePath></executablePath> <cTool> + <standard>2</standard> <incDir> <pElem>/usr/include/lua5.1</pElem> + <pElem>/usr/include</pElem> </incDir> + <preprocessorList> + <Elem>_GNU_SOURCE</Elem> + </preprocessorList> </cTool> - <ccTool> - <incDir> - <pElem>/usr/include/lua5.1</pElem> - </incDir> - </ccTool> </makeTool> </makefileType> - <item path="Makefile" ex="false" tool="3" flavor2="0"> - </item> - <item path="luabson.c" ex="false" tool="0" flavor2="0"> + <item path="luabson.c" ex="false" tool="0" flavor2="2"> + <cTool> + </cTool> </item> <item path="luabson.h" ex="false" tool="3" flavor2="0"> </item> - <item path="luaejdb.c" ex="false" tool="0" flavor2="0"> + <item path="luaejdb.c" ex="false" tool="0" flavor2="2"> + <cTool> + </cTool> </item> </conf> </confs> |