diff options
author | Sven Gothel <[email protected]> | 2010-05-08 23:45:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-08 23:45:58 +0200 |
commit | 4bbfd2d4e1544a120facae7e7d8f0e2322c1618f (patch) | |
tree | e0a38df9b20305de987e0cf964033bc6098a3baa | |
parent | 8a7c4ac5cea58cad873e4ec4e429c84649e09995 (diff) |
Add jocl.properties template
-rw-r--r-- | jocl.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jocl.properties b/jocl.properties new file mode 100644 index 00000000..5aa8b292 --- /dev/null +++ b/jocl.properties @@ -0,0 +1,7 @@ +#overwrite lib path for static linking +# +#Windows32 ATI +#opencl.lib.dir=C:/Program Files (x86)/ATI Stream/lib/x86 +# +#Windows32 NVidia +#opencl.lib.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32 |