Changed: Minor changes

This commit is contained in:
kervala 2016-01-02 22:24:16 +01:00
parent 2b30974cc2
commit 2a9c54aff7
2 changed files with 146 additions and 151 deletions

View file

@ -304,9 +304,6 @@ void CFontManager::computeStringInfo ( const ucstring &s,
// ***************************************************************************
string CFontManager::getCacheInformation() const
{
// stringstream ss;
// ss << "MaxMemory: " << (uint) _MaxMemory << " MemSize: " << (uint) _MemSize << " NbChar: " << (uint) _NbChar;
// return ss.str();
string str;
str = "MaxMemory: " + NLMISC::toString(_MaxMemory) + " MemSize: " + NLMISC::toString(_MemSize) + " NbChar: " + NLMISC::toString(_NbChar);
return str;

View file

@ -2,7 +2,6 @@
ADD_SUBDIRECTORY(client_sheets)
IF(WITH_RYZOM_CLIENT)
# These are Windows/MFC apps
SET(SEVENZIP_LIBRARY "ryzom_sevenzip")
@ -167,5 +166,4 @@ IF(WITH_PCH AND (NOT MINGW OR NOT WITH_SYMBOLS))
ENDIF()
INSTALL(TARGETS ryzom_client RUNTIME DESTINATION ${RYZOM_GAMES_PREFIX} COMPONENT client BUNDLE DESTINATION /Applications)
ENDIF()