Changeset 518 for trunk/thune/gl/project.r
- Timestamp:
- 04/06/08 06:15:01 (8 months ago)
- Files:
-
- 1 modified
-
trunk/thune/gl/project.r (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/project.r
r517 r518 13 13 include_from %. 14 14 include_from %.. 15 libs_from %.. %thune015 ;libs_from %.. %thune0 16 16 cflags {-DLANG_THUNE} 17 17 cflags {-DNO_AUDIO} … … 22 22 include_from %/usr/include/freetype2 23 23 sources [%joystick.c] 24 25 ;libs [%X11 %Xxf86vm] 26 ;libs [%freetype %bz2 %png %glv %GL %GLU 27 ; %openal %alut %vorbis %vorbisfile] 24 28 ] 25 29 macx [ … … 76 80 77 81 exe %thune-gl [ 78 opengl79 82 cflags {-DLANG_THUNE -DTHUNE_GL} 83 include_from %. 80 84 libs_from %. %thune-gl0 85 libs_from %.. %thune0 81 86 linux [ 82 libs_from %/usr/X11R6/lib64 [%X11 %Xxf86vm]83 87 ;libs_from %/usr/X11R6/lib [%X11 %Xxf86vm] 88 libs [%X11 %Xxf86vm] 84 89 libs [%freetype %bz2 %png %glv] 85 90 libs [%openal %alut %vorbis %vorbisfile]
