From 77b8a4447e7c329446c61a08eabb6188bac5e4d8 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Tue, 28 Apr 2009 14:11:38 +0000 Subject: [PATCH] wxGui branch: [linux] Added soundtouch and bzip2 projects for Code::Blocks, and fixed up Release mode build targets for pcsx2/zlib. git-svn-id: http://pcsx2.googlecode.com/svn/branches/wxgui@1080 96395faa-99c1-11dd-bbfe-3dabce05a288 --- 3rdparty/SoundTouch/SoundTouch.cbp | 83 +++++++++++++++++++++++++++++ 3rdparty/bzip2/bzip2.cbp | 85 ++++++++++++++++++++++++++++++ 3rdparty/zlib/zlib.cbp | 13 ++--- pcsx2/Linux/pcsx2.cbp | 12 ++--- 4 files changed, 181 insertions(+), 12 deletions(-) create mode 100644 3rdparty/SoundTouch/SoundTouch.cbp create mode 100644 3rdparty/bzip2/bzip2.cbp diff --git a/3rdparty/SoundTouch/SoundTouch.cbp b/3rdparty/SoundTouch/SoundTouch.cbp new file mode 100644 index 000000000..639232d11 --- /dev/null +++ b/3rdparty/SoundTouch/SoundTouch.cbp @@ -0,0 +1,83 @@ + + + + + + diff --git a/3rdparty/bzip2/bzip2.cbp b/3rdparty/bzip2/bzip2.cbp new file mode 100644 index 000000000..822d73641 --- /dev/null +++ b/3rdparty/bzip2/bzip2.cbp @@ -0,0 +1,85 @@ + + + + + + diff --git a/3rdparty/zlib/zlib.cbp b/3rdparty/zlib/zlib.cbp index 096467176..5e7d5be35 100644 --- a/3rdparty/zlib/zlib.cbp +++ b/3rdparty/zlib/zlib.cbp @@ -7,9 +7,9 @@