diff options
author | Michael Bien <[email protected]> | 2010-06-21 20:56:46 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-06-21 20:56:46 +0200 |
commit | 9d181f846f7c7a1ce4916f2009dab9348ec037f6 (patch) | |
tree | c3447c3da5614442281d6229cd499d2e9891ae75 /nbproject/project.properties | |
parent | 4b96c9539e7b31bbfd5b349d16b51dd5eb556707 (diff) |
switched to dynamic linking. All custom code functions must be called via funciton pointers since this point.
Diffstat (limited to 'nbproject/project.properties')
-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 |