diff options
author | Michael Bien <[email protected]> | 2011-08-16 18:33:43 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-08-16 18:33:43 +0200 |
commit | 4c8220faf4e0be3cd33e68e82412d103ab6457e9 (patch) | |
tree | 28ad476374ec78b2183ab508e46f1e5380663a98 /jocl.properties | |
parent | 738e5deb690f2561b14eec2b19815cc412652201 (diff) |
removed old scripts
Diffstat (limited to 'jocl.properties')
-rw-r--r-- | jocl.properties | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/jocl.properties b/jocl.properties deleted file mode 100644 index f6fd206a..00000000 --- a/jocl.properties +++ /dev/null @@ -1,19 +0,0 @@ -# you can place this file in ${user.home}/ to overwrite specific project build properties -# alternatively use nbproject/private/private.properties for storing private properties -# or edit nbproject/project.properties directly. - -# overwrite lib path for linking at compile time -# -# 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: -# -# 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 |