Changeset 305 for trunk/thune/gl

Show
Ignore:
Timestamp:
11/02/06 22:56:44 (2 years ago)
Author:
krobillard
Message:

Thune GL - Now builds on Mac OS with freealut.

Location:
trunk/thune/gl
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gl/audio.c

    r283 r305  
    2626#include <OpenAL/al.h> 
    2727#include <OpenAL/alc.h> 
    28 #include <OpenAL/alut.h> 
     28#include <ALUT/alut.h> 
    2929#elif defined(_WIN32) 
    3030#include <al.h> 
  • trunk/thune/gl/project.r

    r301 r305  
    2626        ;libs_from %../../../osrc/zlib [%z] 
    2727 
    28         include_from %../../../../osrc/libpng-1.2.12 
    29         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] 
    3030 
    3131        include_from %/usr/local/include/freetype2 
    3232 
     33        lflags {-framework ALUT} 
    3334        lflags {-framework OpenAL} 
    3435        lflags {-framework OpenGL} 
     
    3637        lflags {-framework Carbon} 
    3738 
    38         libs [%freetype %bz2] 
     39        libs [%freetype %bz2 %png] 
    3940    ] 
    4041    linux [