From 441c7633e0aa67faa91dc5896ee83e6c29de0ba6 Mon Sep 17 00:00:00 2001 From: icculus Date: Sat, 26 Nov 2005 07:46:21 +0000 Subject: Mac OS X work...lots of little changes that touch a lot of random places. Still work to be done, but this at least matches the PowerPC Linux status now. MacOS-specific directory (and XCode project) is gone...this now uses SDL, OpenAL, and the Unix Makefiles. --ryan. git-svn-id: svn://svn.icculus.org/quake3/trunk@373 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/libs/macosx/libSDL-1.2.0.dylib | Bin 0 -> 1506244 bytes code/libs/macosx/libSDLmain.a | Bin 0 -> 97816 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 code/libs/macosx/libSDL-1.2.0.dylib create mode 100644 code/libs/macosx/libSDLmain.a (limited to 'code/libs/macosx') diff --git a/code/libs/macosx/libSDL-1.2.0.dylib b/code/libs/macosx/libSDL-1.2.0.dylib new file mode 100755 index 0000000..dce6184 Binary files /dev/null and b/code/libs/macosx/libSDL-1.2.0.dylib differ diff --git a/code/libs/macosx/libSDLmain.a b/code/libs/macosx/libSDLmain.a new file mode 100644 index 0000000..873e1b2 Binary files /dev/null and b/code/libs/macosx/libSDLmain.a differ -- cgit v1.2.3