Jonathan Li
db6a32ac33
windows: switch to wxWidgets 3.0
...
This replaces wxWidgets 2.8 with wxWidgets 3.0 plus all the necessary
include/referencing to get PCSX2 to compile.
VS2012 change is untested.
2015-07-13 21:19:12 +01:00
Jonathan Li
c3755b82a4
wxWidgets3.0: setup VS2012 project files
...
Same as previous commit, but with VS2012 and no extra property sheet.
2015-07-03 10:05:59 +01:00
Jonathan Li
1bada25a79
wxWidgets3.0: setup VS2013 project files
...
This configure the VS2013 files so that the now external libpng and
libjpeg libraries are used, and to place some of the common stuff into a
property sheet.
For deleted files, I've chosen to exclude from build instead of removing
them from the project file. It's less work to re-add them if they're
required at a later stage.
2015-07-03 10:05:58 +01:00
Jonathan Li
f1547c14e0
wxWidgets3.0: rename Visual Studio project files
...
This renames the project files for consistency with the names of the
other project files.
2015-07-03 10:05:56 +01:00
Jonathan Li
9a9e93da83
wxWidgets3.0: upgrade from 3.0.1 to 3.0.2
2015-07-03 10:05:56 +01:00
Jonathan Li
24d5e59c32
wxWidgets3.0: trim files and rename directory
...
Delete files and directories that won't be used, and rename the
wxWidgets 3.0 directory to reduce confusion when doing maintenance
version upgrades.
2015-07-03 10:05:55 +01:00