Changeset 305 for trunk/thune/gl
- Timestamp:
- 11/02/06 22:56:44 (2 years ago)
- Location:
- trunk/thune/gl
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/audio.c
r283 r305 26 26 #include <OpenAL/al.h> 27 27 #include <OpenAL/alc.h> 28 #include < OpenAL/alut.h>28 #include <ALUT/alut.h> 29 29 #elif defined(_WIN32) 30 30 #include <al.h> -
trunk/thune/gl/project.r
r301 r305 26 26 ;libs_from %../../../osrc/zlib [%z] 27 27 28 include_from %../../../../osrc/libpng-1.2.1229 libs_from %../../../../osrc/libpng-1.2.12 [%png]28 ;include_from %/Users/karl/osrc/libpng-1.2.12 29 ;libs_from %/Users/karl/osrc/libpng-1.2.12 [%png] 30 30 31 31 include_from %/usr/local/include/freetype2 32 32 33 lflags {-framework ALUT} 33 34 lflags {-framework OpenAL} 34 35 lflags {-framework OpenGL} … … 36 37 lflags {-framework Carbon} 37 38 38 libs [%freetype %bz2 ]39 libs [%freetype %bz2 %png] 39 40 ] 40 41 linux [
