OS X Builds now.

Fixed building on OS X.
Fixed line endings.
Need to find better way to do fmodwrapper thing.
This commit is contained in:
Drake Arconis
2012-02-19 11:30:27 -05:00
parent 23811df3cf
commit 925c42294f
5 changed files with 899 additions and 889 deletions

View File

@@ -28,3 +28,6 @@ const S32 gVersionBuild = LL_VERSION_BUILD;
const char* gVersionChannel = LL_CHANNEL;
#if LL_DARWIN
const char* gVersionBundleID = LL_VERSION_BUNDLE_ID;
#endif