diff options
author | Michael Bien <[email protected]> | 2010-05-08 22:26:17 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-05-08 22:26:17 +0200 |
commit | 7c2f3be4b70ebd1892beed4802aed109127d7a3f (patch) | |
tree | b4cea3ac146df58c1699be7fdf0710a043c2e5ce /nbproject/project.properties | |
parent | c3871d2b3c7b71e2695ccd8302870a541d415f7c (diff) |
renamed libpath property to opencl.lib.dir ... since its a dir.
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 56928e91..ea1f7c80 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -108,5 +108,5 @@ static.binding=true #overwrite lib path for static linking #use only if static.binding is true -#user.libpath=C:/Program Files (x86)/ATI Stream/lib/x86 -#user.libpath=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32
\ No newline at end of file +#opencl.lib.dir=C:/Program Files (x86)/ATI Stream/lib/x86 +#opencl.lib.dir=C:/NVIDIAComputingSDK/OpenCL/common/lib/Win32
\ No newline at end of file |