diff options
author | Michael Bien <[email protected]> | 2010-05-12 18:37:14 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-05-12 18:37:14 +0200 |
commit | 6f0a2ffd21d178167dd8e7db3c14da94a2d91f7e (patch) | |
tree | 5cb1c40bedc489930c369a5b49eb0cd823a6b1d2 /nbproject | |
parent | a0f74dd069149b7eb1966c248c64ed35bb062863 (diff) |
added build flag to disable compilation of native bindings.
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index ea1f7c80..dadb96be 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -109,4 +109,7 @@ static.binding=true #overwrite lib path for static linking #use only if static.binding is true #opencl.lib.dir=C:/Program Files (x86)/ATI Stream/lib/x86 -#opencl.lib.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32
\ No newline at end of file +#opencl.lib.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32 + +#disable the build build the native part of the bindings +#c.dont.compile=true |