Some cleanups to the BSPF class.

OSX plist file should use 10.4 as the minimum for the i386 version, not 10.5.
Otherwise, all Tiger users would be excluded from the next release.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1911 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2009-11-22 20:36:07 +00:00
parent af8ef4ff1e
commit 9cde1f3e53
2 changed files with 5 additions and 11 deletions

View File

@ -62,16 +62,10 @@
// The following code should provide access to the standard C++ objects and
// types: cout, cerr, string, ostream, istream, etc.
#ifdef BSPF_OLD_STYLE_CXX_HEADERS
#include <iostream.h>
#include <iomanip.h>
#include <string>
#else
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
#endif
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
#include <algorithm>

View File

@ -63,7 +63,7 @@
<key>x86_64</key>
<string>10.6.0</string>
<key>i386</key>
<string>10.5.0</string>
<string>10.4.0</string>
<key>ppc</key>
<string>10.4.0</string>
</dict>