diff options
author | Kenneth Russel <[email protected]> | 2006-01-03 19:11:07 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-01-03 19:11:07 +0000 |
commit | 0e323be66eee0728736f034d9de28ba00d9cf1a0 (patch) | |
tree | 951592f02a0f20d757121af140175cfa0de250a5 /make/jogl.properties | |
parent | 3c3b699b51c4e1f72145f38800b27812ef74b727 (diff) |
Added contribution from user mabraham on JOGL forum with Microsoft
Visual C++ 2005 (VC8) support. Deleted vc6.root and vc7.root
properties as no longer being necessary. Updated build documentation
to indicate that vcvars32.bat must be run before executing the
appropriate ant target.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@511 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jogl.properties')
-rw-r--r-- | make/jogl.properties | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/make/jogl.properties b/make/jogl.properties index 85816f0d0..b5e14d47a 100644 --- a/make/jogl.properties +++ b/make/jogl.properties @@ -32,23 +32,6 @@ #build.compiler.emacs=true # -# If you are building on Windows with Visual C++ 6.0 and have installed -# the compiler in somewhere other than the default location, modify this -# to point to the absolute path of the VC98 directory -# -vc6.root=C:/Program Files/Microsoft Visual Studio/VC98 - -# -# If you are building on Windows with Visual C++ 7.0 or later and have -# installed the compiler in somewhere other than the default location, -# modify this to point to the absolute path of the parent directory of -# the "lib" directory -# -# NOTE: this has been customized for VS.NET 2003 -# -vc7.root=C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK - -# # If you are building the Cg binding (by specifying -Djogl.cg=1 to the # Ant build) and have installed the Cg SDK in somewhere other than the # default location, modify the appropriate variable to point to the |