diff options
author | Brian Paul <[email protected]> | 2003-12-13 01:26:14 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-12-13 01:26:14 +0000 |
commit | 50f20ec7f5a10b3c07d41912be3bcec082c43711 (patch) | |
tree | ed0485762b7a9843aa929ebcf6a5fa44bbe1a126 /src/glut | |
parent | 3b81ccd826271925bbc9286df84a802027645875 (diff) |
Updates from Philippe Houdoin.
Diffstat (limited to 'src/glut')
-rw-r--r-- | src/glut/beos/Makefile | 37 |
1 files changed, 30 insertions, 7 deletions
diff --git a/src/glut/beos/Makefile b/src/glut/beos/Makefile index 5ce53541916..1c740d0aa67 100644 --- a/src/glut/beos/Makefile +++ b/src/glut/beos/Makefile @@ -26,12 +26,35 @@ TYPE= SHARED # if two source files with the same name (source.c or source.cpp) # are included from different directories. Also note that spaces # in folder names do not work well with this makefile. -SRCS= glut_util.cpp glutBlocker.cpp glutInit.cpp glutWindow.cpp \ -glutEvent.cpp glutCallback.cpp glutOverlay.cpp glutGet.cpp glutColor.cpp \ -glutCursor.cpp glutMenu.cpp glutDstr.cpp glut_bitmap.cpp glut_bwidth.cpp \ -glut_8x13.cpp glut_9x15.cpp glut_hel10.cpp glut_hel12.cpp glut_hel18.cpp \ -glut_tr10.cpp glut_tr24.cpp glut_mroman.cpp glut_roman.cpp glut_stroke.cpp \ -glut_swidth.cpp glut_shapes.cpp glut_teapot.cpp beos_x11.cpp +SRCS= \ + glut_util.cpp \ + glutBlocker.cpp \ + glutInit.cpp \ + glutWindow.cpp \ + glutEvent.cpp \ + glutCallback.cpp \ + glutOverlay.cpp \ + glutGet.cpp \ + glutColor.cpp \ + glutCursor.cpp \ + glutMenu.cpp \ + glutDstr.cpp \ + glut_bitmap.cpp \ + glut_bwidth.cpp \ + glut_8x13.cpp \ + glut_9x15.cpp \ + glut_hel10.cpp \ + glut_hel12.cpp \ + glut_hel18.cpp \ + glut_tr10.cpp \ + glut_tr24.cpp \ + glut_mroman.cpp \ + glut_roman.cpp \ + glut_stroke.cpp \ + glut_swidth.cpp \ + glut_shapes.cpp \ + glut_teapot.cpp \ + beos_x11.cpp # specify the resource files to use # full path or a relative path to the resource file can be used. @@ -60,7 +83,7 @@ LIBPATHS= ../lib # additional paths to look for system headers # thes use the form: #include <header> # source file directories are NOT auto-included here -SYSTEM_INCLUDE_PATHS = ../../include /boot/develop/headers/be/opengl +SYSTEM_INCLUDE_PATHS = ../../../include /boot/develop/headers/be/opengl # additional paths to look for local headers # thes use the form: #include "header" |