The usual Linux things.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3096 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-05-28 12:15:21 +00:00
parent 2c4101b78b
commit 5cc918b9dd
5 changed files with 6 additions and 4 deletions

View File

@ -146,7 +146,6 @@ set(pcsx2Sources
Patch.cpp
Patch_Memory.cpp
Pcsx2Config.cpp
pcsx2hostfs.cpp
PluginManager.cpp
PrecompiledHeader.cpp
R3000A.cpp

View File

@ -21,6 +21,10 @@
#include <ctype.h>
#include <string.h>
#ifndef O_BINARY
#define O_BINARY 0
#endif
namespace R3000A {
#define v0 (psxRegs.GPR.n.v0)

View File

@ -522,7 +522,6 @@
<Unit filename="../gui/i18n.h" />
<Unit filename="../gui/pxEvtThread.h" />
<Unit filename="../gui/pxLogTextCtrl.cpp" />
<Unit filename="../pcsx2hostfs.cpp" />
<Unit filename="../ps2/BiosTools.cpp" />
<Unit filename="../ps2/BiosTools.h" />
<Unit filename="../ps2/GIFpath.cpp" />

View File

@ -80,7 +80,7 @@ Dialogs::AboutBoxDialog::AboutBoxDialog( wxWindow* parent )
"Gabest (Gsdx, Cdvdolio, Xpad), Zeydlitz (ZZogl)"
"\n\n"
"Special thanks to: black_wd, Belmont, BGome, _Demo_, Dreamtime, "
"F|RES, MrBrown, razorblade, Seta-san, Skarmeth, feal87"
"F|RES, MrBrown, razorblade, Seta-san, Skarmeth, feal87, Athos, gregory"
);
// This sizer holds text of the authors and a logo!

View File

@ -28,7 +28,7 @@
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add option="-O2" />
<Add option="-DNDEBUG" />
</Compiler>
<Linker>