Update Symbian README. Should build from clean install without any hacks now.

This commit is contained in:
Sacha 2013-02-10 22:51:14 +10:00
parent 2e65e0ca37
commit ddfac0926a
2 changed files with 2 additions and 9 deletions

View File

@ -108,15 +108,6 @@ extern "C" {
#endif // M_IX86
#endif // WIN32 ndef
// Dolphin's min and max functions
#undef min
#undef max
template<class T>
inline T min(const T& a, const T& b) {return a > b ? b : a;}
template<class T>
inline T max(const T& a, const T& b) {return a > b ? a : b;}
// Generic function to get last error message.
// Call directly after the command or use the error num.
// This function might change the error code.

View File

@ -137,6 +137,8 @@ You will need to add the GCCE 4.6.3 variant to Symbian\tools\sbs\lib\config\vari
<set name="LINKER_DEFAULT_LIBS" value="-lsupc++ -lgcc -lgcc_eh"/>
<set name="PLATMACROS.CONFIG" value="ARMV6"/>
<set name="ARMMACROS.CONFIG" value="__ARMV6__"/>
<set name="LINKER_GROUP_END_OPTION" value="-Wl,--end-group"/>
<set name="LINKER_GROUP_START_OPTION" value="-Wl,--start-group"/>
<set name="CC.ARMV5" value="-march=armv6"/>
<set name="CC.SOFTVFP_MAYBE_VFPV2" value="softfp"/>
</var>