dolphin/Externals/libpng
Soren Jorvang 215baff4c8 Simplify the SCons build:
With wxWidgets 2.9.2 now in Externals, SCons was the only
external dependency other than Xcode and building just SCons
from Macports caused a fair mount of extra stuff to be built
unnecessarily, so just include a copy of scons-local.

Always build wxWidgets from Externals which allows us to get
rid of the home-grown autoconf machinery in SconsTests.

The main use case for args.cache was the wxconfig option,
which is no longer relevant after the above changes and
caching options has a lot of potential for confusion,
especially since other build systems don't tend to do this,
so we no longer do it now.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7381 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-20 18:35:07 +00:00
..
png.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
png.h Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngconf.h Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngdebug.h Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngerror.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngget.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pnginfo.h Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pnglibconf.h Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngmem.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngpread.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngpriv.h Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngread.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngrio.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngrtran.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngrutil.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngset.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngstruct.h Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngtrans.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngwio.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngwrite.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngwtran.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
pngwutil.c Allow building with Externals/wxWidgets3 on Linux and import 2011-02-14 21:25:08 +00:00
SConscript Simplify the SCons build: 2011-03-20 18:35:07 +00:00