From 0e323be66eee0728736f034d9de28ba00d9cf1a0 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Tue, 3 Jan 2006 19:11:07 +0000 Subject: 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 --- doc/HowToBuild.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/HowToBuild.html') diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 9a5742d61..d9e607ef8 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -23,9 +23,10 @@ OpenGL binding from a fresh copy of the source distribution:
  • On Mac OS X: Copy make/jogl.properties into the Library/Java subdirectory of your home directory (pointed to by the Java system property user.home). Edit the copy to change any settings that are necessary, in particular the location of the ANTLR jar file (typically $HOME/antlr-2.7.2/antlr.jar). -
  • Build the source tree:
    Open a command shell in the "make" directory of the source tree and type "ant [target]", where [target] is one of linux, macosx, solaris, win32.vc6, win32.vc7, or win32.mingw. +
  • Build the source tree:
    Open a command shell in the "make" directory of the source tree and type "ant [target]", where [target] is one of linux, macosx, solaris, win32.vc6, win32.vc7, win32.vc8, or win32.mingw. -- cgit v1.2.3