From 04beb1f29f10f48eeb2d91e6de4949a7bb41eb38 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Tue, 28 Apr 2009 20:26:43 +0000 Subject: [PATCH] wxGui branch: [linux] Minor fixes to the GUI -- Ok/Cancel buttons line up where they should now. :) CodeBlocks Project Changes: * Fixed some absolute folder specifications (/home/pubuntu/) which went unnoticed. * Enabled Precompiled header support (speeds up compilation about 40% for me). git-svn-id: http://pcsx2.googlecode.com/svn/branches/wxgui@1081 96395faa-99c1-11dd-bbfe-3dabce05a288 --- 3rdparty/SoundTouch/SoundTouch.cbp | 6 +- 3rdparty/bzip2/bzip2.cbp | 6 +- 3rdparty/zlib/zlib.cbp | 6 +- common/include/PS2Etypes.h | 8 +- common/include/Pcsx2Defs.h | 18 +- pcsx2/NewGUI/CheckedStaticBox.cpp | 30 +- pcsx2/NewGUI/CheckedStaticBox.h | 5 +- pcsx2/NewGUI/LogOptionsDialog.cpp | 16 +- pcsx2/NewGUI/wxHelpers.cpp | 13 +- pcsx2/NewGUI/wxHelpers.h | 6 +- pcsx2/PrecompiledHeader.h | 12 +- pcsx2/SafeArray.h | 49 +- pcsx2/System.h | 10 +- pcsx2/windows/SamplProf.cpp | 3 +- pcsx2/windows/VCprojects/pcsx2_2008.vcproj | 808 +-------------------- pcsx2/windows/Win32.h | 5 +- pcsx2/windows/WinMisc.cpp | 3 +- pcsx2/windows/WinThreads.cpp | 3 +- pcsx2/x86/ix86/ix86.h | 4 +- 19 files changed, 104 insertions(+), 907 deletions(-) diff --git a/3rdparty/SoundTouch/SoundTouch.cbp b/3rdparty/SoundTouch/SoundTouch.cbp index 639232d113..00fcdbec23 100644 --- a/3rdparty/SoundTouch/SoundTouch.cbp +++ b/3rdparty/SoundTouch/SoundTouch.cbp @@ -9,7 +9,7 @@