dolphin/Source/Core
Maarten ter Huurne 344ca5d360 Applied compile and link flags from SCons build for OS X to CMake build.
The following changes were made:
Restricted the "-march=core2" option to i386 because the first Intel Macs
had Intel Core CPUs, not Core2.
Removed the "-mdynamic-no-pic" flag as GCC lists it as a PPC specific flag.
Removed "-Wl,-read_only_relocs,suppress" because it seems to be related
to "-mdynamic-no-pic" and I see no need for it.
Removed "-Wextra-tokens -Wnewline-eof" because they are GCC specific and
not OS X specific.
2011-12-11 21:27:06 +01:00
..
AudioCommon Compile with OpenAL support on OS X. 2011-12-05 05:49:08 +01:00
Common Fixed range check on TryParse() for u32. 2011-12-02 02:24:43 +01:00
Core Changed type of GetTicksPer(Line|Frame) to unsigned. 2011-12-02 00:33:45 +01:00
DiscIO vs2010: Disable LTCG for realz 2011-09-05 09:43:23 -07:00
DolphinWX Applied compile and link flags from SCons build for OS X to CMake build. 2011-12-11 21:27:06 +01:00
InputCommon remove hacky old MicButton stuff 2011-10-03 23:46:00 -07:00
VideoCommon Link against systemwide OpenCL on OS X. 2011-12-05 05:26:28 +01:00
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00