diff options
Diffstat (limited to 'make/jogl.properties')
-rw-r--r-- | make/jogl.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/jogl.properties b/make/jogl.properties index 34a593dac..1a123d7dc 100644 --- a/make/jogl.properties +++ b/make/jogl.properties @@ -16,5 +16,7 @@ # default location, modify the appropriate variable to point to the # absolute path of the lib directory # -windows.cg.lib=C:/Cg-2.2/lib -x11.cg.lib=/usr/lib +windows.cg.lib32=C:/Cg-2.2/bin +windows.cg.lib64=C:/Cg-2.2/bin.x64 +x11.cg.lib32=/usr/lib32 +x11.cg.lib64=/usr/lib64 |