diff options
-rw-r--r-- | make/jogl.properties | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/make/jogl.properties b/make/jogl.properties index 8c945540d..85816f0d0 100644 --- a/make/jogl.properties +++ b/make/jogl.properties @@ -39,11 +39,14 @@ vc6.root=C:/Program Files/Microsoft Visual Studio/VC98 # -# If you are building on Windows with Visual C++ 7.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 +# 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/Vc7 +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 |