summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2011-06-23Tag Dolphin 3.03.0NeoBrainX
2011-03-22Fix gcc build.Soren Jorvang
2011-03-21OS X also needs to have the display resolution changed beforeSoren Jorvang
2011-03-20Simplify the SCons build:Soren Jorvang
2011-03-10Fix OS X Lion build:Soren Jorvang
2011-03-06Use clang for compiling the few .c files, including minilzo-2.04Soren Jorvang
2011-03-03Move SConscript files out from the Src subdirectories to beSoren Jorvang
2011-03-03Prepare for the release of Xcode 4, which has working LTOSoren Jorvang
2011-02-16Clean up shared_foo handling.Soren Jorvang
2011-02-15The pkg-config name of libpng is "libpng", not just "png".Soren Jorvang
2011-02-15Disable use of exceptions in the wxWidgets3 build.Soren Jorvang
2011-02-14Initialize all struct members.Soren Jorvang
2011-02-14Allow building with Externals/wxWidgets3 on Linux and importSoren Jorvang
2011-02-12Allow building with wxgtk 2.9.2 in Externals.Soren Jorvang
2011-02-11Fix SCons build.Soren Jorvang
2011-02-08Externals build framework for wxWidgets 2.9.2+.Soren Jorvang
2011-02-08Check for wxWidgets 2.9.2 (trunk really) which the OS X build now requires.Soren Jorvang
2011-02-05The compiler need not obey the static keyword, so to avoid linkerSoren Jorvang
2011-02-04Turn back on unit tests in SCons.Soren Jorvang
2011-02-04In the SCons build, skip the generation of static librariesSoren Jorvang
2011-02-03Removed the Lua script console and Externals/Lua. The script console was inco...Jordan Woyak
2011-02-03Use brute force to link the software plugin.Soren Jorvang
2011-02-02Thread affinity on OS X and *BSD.Soren Jorvang
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-01-31Fix *BSD build.Soren Jorvang
2011-01-31Fix OS X build.Soren Jorvang
2011-01-30Revert to Cg.framework 3.0.0007. 3.0.0015 has problems.Soren Jorvang
2011-01-30Virtual base classes should have a virtual destructor.Soren Jorvang
2011-01-29Core and DSPCore now have mutual dependencies, which breaks theSoren Jorvang
2011-01-29Be a little more careful about the use of SSE.Soren Jorvang
2011-01-29The OS X build now requires a little less compiler/linker magicSoren Jorvang
2011-01-29Link the video plugin statically into the main binary on OS X.Soren Jorvang
2011-01-28Fix OS X build.Soren Jorvang
2011-01-27Various minor fixes to allow building with clang on OS X.Soren Jorvang
2011-01-22Drop support for building on OS X 10.5. It is too much hassle toSoren Jorvang
2011-01-21Use the LLVM branch of gcc, which produces better code.Soren Jorvang
2011-01-21Make sure the game list gets created with automatic starts.Soren Jorvang
2011-01-20Disable the default PIC generation on OS X. This might make for aSoren Jorvang
2011-01-15Clean up nowx and stop cocoaApp busy-waiting in the main loop.Soren Jorvang
2011-01-14Accept arbitrary HID devices as gamepads instead of using SDL,Soren Jorvang
2011-01-11wxWidgets 2.9.2 works with _("") strings for command-line arguments.Soren Jorvang
2011-01-06Kill HAVE_OPENCL.Soren Jorvang
2010-12-31Remove wiiuse, and use our own code. Works on linux and windows. On OSX it ...Glenn Rice
2010-12-27All 64-bit capable Macs have the SSSE3 extension.Soren Jorvang
2010-12-05Move NSAutoreleasePool handling into the proper entry/exit pointsSoren Jorvang
2010-11-16Linux cmake build fix. I fixed the scons build as well, so this might fix th...Glenn Rice
2010-11-14Damn scons. Fix a indentation issue.Glenn Rice
2010-11-14Linux needs the -fvisibility=hidden flags. The font selection of the debugge...Glenn Rice
2010-11-14Clean up OS X wx library handling a bit.Soren Jorvang
2010-11-14Allow building on OS X with static wx libs.Soren Jorvang