Show
Ignore:
Timestamp:
04/05/08 06:58:08 (8 months ago)
Author:
krobillard
Message:

Thune-gl now builds on openSUSE Build Service.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gl/project.r

    r514 r517  
    1010] 
    1111 
    12 lib %thuneGL [ 
     12lib %thune-gl0 [ 
    1313    include_from %. 
    1414    include_from %.. 
     
    2020        cflags {-DUSE_XF86VMODE} 
    2121        include_from %../unix 
    22         include_from %glv/x11 
    23         sources [ 
    24             %glv/x11/glv.c 
    25             %joystick.c 
    26         ] 
    2722        include_from %/usr/include/freetype2 
     23        sources [%joystick.c] 
    2824    ] 
    2925    macx [ 
     
    6965        %rfont.c 
    7066        %shader.c 
     67        ;%gui.c 
    7168        ;%noise.c 
    7269        ;%perlin.c 
     
    7875] 
    7976 
    80 exe %gx [ 
     77exe %thune-gl [ 
    8178    opengl 
    8279    cflags {-DLANG_THUNE -DTHUNE_GL} 
    83     libs_from %. %thuneGL 
     80    libs_from %. %thune-gl0 
    8481    linux [ 
    8582        libs_from %/usr/X11R6/lib64 [%X11 %Xxf86vm] 
    8683        ;libs_from %/usr/X11R6/lib [%X11 %Xxf86vm] 
    87         libs [%freetype %bz2 %png] 
     84        libs [%freetype %bz2 %png %glv] 
    8885        libs [%openal %alut %vorbis %vorbisfile] 
    8986    ]