fix smpackage build

add localization tool to smpackage
This commit is contained in:
Chris Danford
2005-12-28 04:22:24 +00:00
parent 1fcfc22981
commit d459f0b795
13 changed files with 276 additions and 42 deletions
+4 -1
View File
@@ -2,8 +2,9 @@
#include "DateTime.h"
#include "RageUtil.h"
#include "EnumHelper.h"
#if !defined(SMPACKAGE)
#include "ThemeMetric.h"
#endif
DateTime::DateTime()
{
@@ -195,7 +196,9 @@ static const CString MonthNames[] =
"December",
};
XToString( Month, MONTHS_IN_YEAR );
#if !defined(SMPACKAGE)
XToThemedString( Month, MONTHS_IN_YEAR );
#endif
CString LastWeekToString( int iLastWeekIndex )
{