diff options
author | Michael Bien <[email protected]> | 2010-06-21 20:41:27 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-06-21 20:41:27 +0200 |
commit | fc51fd6a3ead949fb2a6145e785bc97f57d71150 (patch) | |
tree | f233522dfb04576714697e0716abf3a94f7e0d4c /nbproject | |
parent | 4b96c9539e7b31bbfd5b349d16b51dd5eb556707 (diff) |
switched to dynamic linking. All custom code functions must be called via funciton pointers since this point.
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 4 |
1 files changed, 3 insertions, 1 deletions
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 |