Ticket #1193: glut.diff

File glut.diff, 443 bytes (added by andybe, 17 years ago)
  • Jamfile

    old new  
    77        # We need our public GL headers also when not compiling for Haiku.
    88}
    99
    10 MergeObject <opengl>glut.o :
     10#MergeObject <opengl>glut.o :
     11SharedLibrary libglut.so :
    1112    # C++ sources
    1213    glutBlocker.cpp
    1314    glutInit.cpp
     
    4647    GL
    4748    game
    4849;
     50
     51Package haiku-opengl-cvs :
     52    libglut.so :
     53    boot home config lib ;
     54 No newline at end of file