diff options
author | Kenneth Russel <[email protected]> | 2003-09-05 17:47:05 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-09-05 17:47:05 +0000 |
commit | a666add538a6afe744a7a0fc0620ddb7800c182a (patch) | |
tree | 43658504dee1bce2b65f6861fbcf88dcfd31f180 /make/jogl.properties | |
parent | 88dba17d799c1faf2b3185636a8e6cc1e021b80c (diff) |
Ported JOGL's Cg support to Linux; fixed capitalization and other
problems that didn't show up on Windows.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@61 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jogl.properties')
-rw-r--r-- | make/jogl.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jogl.properties b/make/jogl.properties index ce7f4be13..bd081e484 100644 --- a/make/jogl.properties +++ b/make/jogl.properties @@ -52,5 +52,5 @@ vc7.root=C:/Program Files/Microsoft Visual Studio .NET/Vc7 # absolute path of the lib directory # windows.cg.lib=C:/Program Files/Nvidia Corporation/Cg/lib -x11.cg.lib=FIXME: install Cg toolkit and enter default path +x11.cg.lib=/usr/lib macosx.cg.lib=FIXME: install Cg toolkit and enter default path |