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

Thune-gl is now built separately with CMake.
Added UG_DT_COUNT & ug_datatypes to thune-gl header.

Files:
1 modified

Legend:

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

    r517 r518  
    1313    include_from %. 
    1414    include_from %.. 
    15     libs_from %.. %thune0 
     15   ;libs_from %.. %thune0 
    1616    cflags {-DLANG_THUNE} 
    1717    cflags {-DNO_AUDIO} 
     
    2222        include_from %/usr/include/freetype2 
    2323        sources [%joystick.c] 
     24 
     25        ;libs [%X11 %Xxf86vm] 
     26        ;libs [%freetype %bz2 %png %glv %GL %GLU 
     27        ;      %openal %alut %vorbis %vorbisfile] 
    2428    ] 
    2529    macx [ 
     
    7680 
    7781exe %thune-gl [ 
    78     opengl 
    7982    cflags {-DLANG_THUNE -DTHUNE_GL} 
     83    include_from %. 
    8084    libs_from %. %thune-gl0 
     85    libs_from %.. %thune0 
    8186    linux [ 
    82         libs_from %/usr/X11R6/lib64 [%X11 %Xxf86vm] 
    8387        ;libs_from %/usr/X11R6/lib [%X11 %Xxf86vm] 
     88        libs [%X11 %Xxf86vm] 
    8489        libs [%freetype %bz2 %png %glv] 
    8590        libs [%openal %alut %vorbis %vorbisfile]