diff options
author | Michael Bien <[email protected]> | 2010-05-08 21:38:25 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-05-08 21:38:25 +0200 |
commit | c3871d2b3c7b71e2695ccd8302870a541d415f7c (patch) | |
tree | 58cc1f8a975d8ec8a4d4a2cc016604ccd704af43 /nbproject | |
parent | 0d8576e6ece2f450c636eebc8d65f227daf9999b (diff) |
started with dynamic-binding-only build option.
added user.libpath property for user specified library linking.
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index eca8446b..56928e91 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -104,3 +104,9 @@ src.native.dir=gensrc/native test.src.dir=test #crosscompile=true +static.binding=true + +#overwrite lib path for static linking +#use only if static.binding is true +#user.libpath=C:/Program Files (x86)/ATI Stream/lib/x86 +#user.libpath=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32
\ No newline at end of file |