diff options
author | kbr <[email protected]> | 2006-08-12 00:21:33 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2006-08-12 00:21:33 +0000 |
commit | f001fb1664952a00190b87df7534c1a20ba77bc0 (patch) | |
tree | 9f35509f9d44e6d97694628e7cba63178842f45c /make/joal.properties | |
parent | 71e064e5e6f005ebe52a52b717c90d1960805c87 (diff) |
Refactored initialization of C compilers via cpptasks into
gluegen-cpptasks.xml. Now JOGL and JOAL subclass these compiler and
linker definitions where necessary, resulting in much more code
sharing between the build.xml files. JOAL should now be ready to
compile on more platforms as well. Tested so far on Windows; will test
builds on other platforms.
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@252 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/joal.properties')
-rwxr-xr-x | make/joal.properties | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/make/joal.properties b/make/joal.properties index b7a5f69..5fb5679 100755 --- a/make/joal.properties +++ b/make/joal.properties @@ -36,20 +36,6 @@ win32.c.compiler=mingw # -# 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 and have installed -# the compiler in somewhere other than the default location, modify this -# to point to the absolute path of the VC98 directory -# -vc7.root=C:/Program Files/Microsoft Visual Studio .NET/Vc7 - -# # If you are building on a Mac OS X system supporting # cross-compilation and want to generate fat (PPC and x86) binaries, # uncomment the property below |