diff options
author | Sven Gothel <[email protected]> | 2010-05-18 03:59:59 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-18 03:59:59 +0200 |
commit | 133cd255940c72410b06ca8b97e60b4a03438c89 (patch) | |
tree | 5cc188966b06d0ad2fbf5417231fe0c6dd455013 /jocl.properties | |
parent | fffde773390e832d9c9e9410c3d01145807372a1 (diff) |
Fix JOCL win64 build - mingw64 shall ling against dll
Diffstat (limited to 'jocl.properties')
-rw-r--r-- | jocl.properties | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/jocl.properties b/jocl.properties index eb2b0430..f6fd206a 100644 --- a/jocl.properties +++ b/jocl.properties @@ -2,12 +2,18 @@ # alternatively use nbproject/private/private.properties for storing private properties # or edit nbproject/project.properties directly. -#overwrite lib path for static linking +# overwrite lib path for linking at compile time # -#Windows32 ATI -#opencl.lib32.dir=C:/Program Files (x86)/ATI Stream/lib/x86 -#opencl.lib64.dir=C:/Program Files (x86)/ATI Stream/lib/x86_64 +# Windows ATI +# opencl.lib32.dir=C:/Program Files (x86)/ATI Stream/lib/x86 +# opencl.lib64.dir=C:/Program Files (x86)/ATI Stream/lib/x86_64 +# - doesn't work with mingw64, see below: # -#Windows32 NVidia -#opencl.lib32.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32 -#opencl.lib64.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/x64
\ No newline at end of file +# Windows NVidia +# opencl.lib32.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32 +# opencl.lib64.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/x64 +# doesn't work with mingw64, see below: + +# Windows 64bit mingw64 must link against the OpenCL.dll, +# otherwise SIGV messages are produced. +# opencl.lib64.dir=C:/Windows/system32 |