Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Aparapi Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
We are moving to Forgejo!
You are on a read-only GitLab instance.
Show more breadcrumbs
Aparapi
Aparapi Examples
Commits
27a90c98
Commit
27a90c98
authored
13 years ago
by
Gary Frost
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
0af9c91e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
com.amd.aparapi.jni/build.properties
+5
-4
5 additions, 4 deletions
com.amd.aparapi.jni/build.properties
with
5 additions
and
4 deletions
com.amd.aparapi.jni/build.properties
+
5
−
4
View file @
27a90c98
...
...
@@ -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}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment