diff options
author | Michael Bien <[email protected]> | 2010-05-17 02:11:54 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-05-17 02:11:54 +0200 |
commit | 0b5773abc6e112a1360816a3a7fa5189b7fd2474 (patch) | |
tree | 647666aec2570dbaae81fa90aaf14c3877d524aa /nbproject | |
parent | 0f153ade9cc0ea81121d978136b0002e4df3eda5 (diff) |
added linker.cfg.win64.mingw.jocl linker config.
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index dadb96be..2662f41f 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -108,8 +108,11 @@ 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 +#opencl.lib32.dir=C:/Program Files (x86)/ATI Stream/lib/x86 +#opencl.lib64.dir=C:/Program Files (x86)/ATI Stream/lib/x86_64 + +#opencl.lib32.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32 +#opencl.lib64.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/x64 #disable the build build the native part of the bindings #c.dont.compile=true |