Changeset 517 for trunk/thune/gl/project.r
- Timestamp:
- 04/05/08 06:58:08 (8 months ago)
- Files:
-
- 1 modified
-
trunk/thune/gl/project.r (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/project.r
r514 r517 10 10 ] 11 11 12 lib %thune GL[12 lib %thune-gl0 [ 13 13 include_from %. 14 14 include_from %.. … … 20 20 cflags {-DUSE_XF86VMODE} 21 21 include_from %../unix 22 include_from %glv/x1123 sources [24 %glv/x11/glv.c25 %joystick.c26 ]27 22 include_from %/usr/include/freetype2 23 sources [%joystick.c] 28 24 ] 29 25 macx [ … … 69 65 %rfont.c 70 66 %shader.c 67 ;%gui.c 71 68 ;%noise.c 72 69 ;%perlin.c … … 78 75 ] 79 76 80 exe % gx[77 exe %thune-gl [ 81 78 opengl 82 79 cflags {-DLANG_THUNE -DTHUNE_GL} 83 libs_from %. %thune GL80 libs_from %. %thune-gl0 84 81 linux [ 85 82 libs_from %/usr/X11R6/lib64 [%X11 %Xxf86vm] 86 83 ;libs_from %/usr/X11R6/lib [%X11 %Xxf86vm] 87 libs [%freetype %bz2 %png ]84 libs [%freetype %bz2 %png %glv] 88 85 libs [%openal %alut %vorbis %vorbisfile] 89 86 ]
