From fc51fd6a3ead949fb2a6145e785bc97f57d71150 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 21 Jun 2010 20:41:27 +0200 Subject: switched to dynamic linking. All custom code functions must be called via funciton pointers since this point. --- nbproject/project.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nbproject/project.properties') diff --git a/nbproject/project.properties b/nbproject/project.properties index ae86051f..4e1a1cbd 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -104,7 +104,9 @@ src.native.dir=gensrc/native test.src.dir=test #crosscompile=true -static.binding=true + +#enable compiletime linking +#static.binding=true #overwrite lib path for static linking #use only if static.binding is true -- cgit v1.2.3