Skip to content
Snippets Groups Projects
Commit 27a90c98 authored by Gary Frost's avatar Gary Frost
Browse files

No commit message

No commit message
parent 0af9c91e
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@
# JNI compile process needs this so we can locate the OpenCL libraries and headers
#
# Usually "C:\\Program Files\\AMD APP" if you took installer defaults when installing "AMD APP SDK" on 32 bit Windows
amd.app.sdk.dir=C:\\Program Files\\AMD APP
#amd.app.sdk.dir=C:\\Program Files\\AMD APP
#
# Or "C:\\Program Files (x86)\\AMD APP" if you took installer defaults when installing "AMD APP SDK" on 64 bit Windows
#amd.app.sdk.dir=C:\\Program Files (x86)\\AMD APP
amd.app.sdk.dir=C:\\Program Files (x86)\\AMD APP
#
# Will need to be set to wherever you install the SDK on Linux
#amd.app.sdk.dir=/home/gfrost/opencl/ati-stream-sdk-v2.3-lnx64
......@@ -24,11 +24,12 @@ amd.app.sdk.dir=C:\\Program Files\\AMD APP
msvc.dir=C:\\Program Files\\Microsoft Visual Studio 9.0
#msvc.dir=C:\\Program Files\\Microsoft Visual Studio 10.0
#
#msvc.dir=C:\\Program Files (x86)\\Microsoft Visual Studio 9.0
msvc.dir=c:\\Program Files (x86)\\Microsoft Visual Studio 10.0
#
# We need to know where the microsoft SDK was installed so we can configure include and lib paths
msvc.sdk.dir=C:\\Program Files\\Microsoft SDKs\\Windows\\v7.1
#msvc.sdk.dir=C:\\Program Files\\Microsoft SDKs\\Windows\\v7.0
msvc.sdk.dir=C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0A
#msvc.sdk.dir=C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0A
#
###Windows Visual Studio}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment