diff options
author | Michael Bien <[email protected]> | 2010-05-17 01:54:01 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-05-17 01:54:01 +0200 |
commit | 0f153ade9cc0ea81121d978136b0002e4df3eda5 (patch) | |
tree | e099dafe80a6fe41771deeb1978e56589c9cb3fc /jocl.properties | |
parent | 6ff9c05d0a2f5d6131d775840470371cf0090896 (diff) |
splitted opencl.lib.dir into opencl.lib32.dir and opencl.lib64.dir.
Diffstat (limited to 'jocl.properties')
-rw-r--r-- | jocl.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jocl.properties b/jocl.properties index ba3ea334..676ffb8c 100644 --- a/jocl.properties +++ b/jocl.properties @@ -5,7 +5,7 @@ #overwrite lib path for static linking # #Windows32 ATI -#opencl.lib.dir=C:/Program Files (x86)/ATI Stream/lib/x86 +#opencl.lib32.dir=C:/Program Files (x86)/ATI Stream/lib/x86 # #Windows32 NVidia -#opencl.lib.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32 +#opencl.lib32.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32 |