Changes between Version 3 and Version 4 of BundleDesignMac


Ignore:
Timestamp:
Jan 14, 2012, 10:37:18 PM (12 years ago)
Author:
Juicyfruit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BundleDesignMac

    v3 v4  
    1919== Libraries to be build ==
    2020
    21  * [http://kcat.strangesoft.net/openal.html#download OpenALsoft ] same openal as used on linux. Fixes all the mac openal sound bugs I could find seems to be ABI compatible with Apple OpenAL Building. I had to add one itom in line 614 to CMakeLists.txt: SET(EXTRA_LIBS /System/Library/Frameworks/AudioToolbox.framework ${EXTRA_LIBS}) afther that i could make with:
     21 * [http://kcat.strangesoft.net/openal.html#download OpenALsoft ] same openal as used on linux. Fixes all the mac openal sound bugs I could find seems to be ABI compatible with Apple OpenAL Building. I had to add one item in line 614 to
     22{{{
     23
     24CMakeLists.txt: SET(EXTRA_LIBS /System/Library/Frameworks/AudioToolbox.framework ${EXTRA_LIBS})
     25}}} afther that i could make with:
    2226{{{
    2327cmake . -DCMAKE_C_FLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -arch x86_64 -arch i386' \