summaryrefslogtreecommitdiffstats
path: root/jocl.properties
diff options
context:
space:
mode:
Diffstat (limited to 'jocl.properties')
-rw-r--r--jocl.properties20
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