From bf717a6e0f61b5082a667292b95d89c354c5abad Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Fri, 14 Apr 2006 16:54:32 +0000 Subject: Added patch from user mabraham on javagaming.org forums for building on Windows 64-bit git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@715 232f8b59-042b-4e1e-8c03-345bb8c30851 --- doc/HowToBuild.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/HowToBuild.html') diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 253b026c3..caa6a027f 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -26,7 +26,7 @@ OpenGL binding from a fresh copy of the source distribution:
  • Copy and edit jogl.properties:
    Copy make/jogl.properties into 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 setting of win32.c.compiler on Windows platforms (one of "vc6", "vc7", "vc8", or "mingw"). + Edit the copy to change any settings that are necessary, in particular the setting of win32.c.compiler on Windows platforms (one of "vc6", "vc7", "vc8", "vc8_x64", or "mingw"). Note that on Windows 64-bit platforms the Professional edition of the Microsoft compilers is required.