removed all traces of INI_ENCODING
This commit is contained in:
parent
ead39083d1
commit
f58dbf37ee
10
mkxp.pro
10
mkxp.pro
|
@ -8,8 +8,6 @@ INCLUDEPATH += . src
|
||||||
|
|
||||||
CONFIG(release, debug|release): DEFINES += NDEBUG
|
CONFIG(release, debug|release): DEFINES += NDEBUG
|
||||||
|
|
||||||
CONFIG -= INI_ENCODING
|
|
||||||
|
|
||||||
isEmpty(BINDING) {
|
isEmpty(BINDING) {
|
||||||
BINDING = MRI
|
BINDING = MRI
|
||||||
}
|
}
|
||||||
|
@ -60,10 +58,6 @@ unix {
|
||||||
PKGCONFIG += fluidsynth
|
PKGCONFIG += fluidsynth
|
||||||
}
|
}
|
||||||
|
|
||||||
INI_ENCODING {
|
|
||||||
PKGCONFIG += libguess
|
|
||||||
}
|
|
||||||
|
|
||||||
# Deal with boost paths...
|
# Deal with boost paths...
|
||||||
isEmpty(BOOST_I) {
|
isEmpty(BOOST_I) {
|
||||||
BOOST_I = $$(BOOST_I)
|
BOOST_I = $$(BOOST_I)
|
||||||
|
@ -262,10 +256,6 @@ SHARED_FLUID {
|
||||||
DEFINES += SHARED_FLUID
|
DEFINES += SHARED_FLUID
|
||||||
}
|
}
|
||||||
|
|
||||||
INI_ENCODING {
|
|
||||||
DEFINES += INI_ENCODING
|
|
||||||
}
|
|
||||||
|
|
||||||
defineReplace(xxdOutput) {
|
defineReplace(xxdOutput) {
|
||||||
return($$basename(1).xxd)
|
return($$basename(1).xxd)
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,14 +34,6 @@
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "sdl-util.h"
|
#include "sdl-util.h"
|
||||||
|
|
||||||
#ifdef INI_ENCODING
|
|
||||||
extern "C" {
|
|
||||||
#include <libguess.h>
|
|
||||||
}
|
|
||||||
#include <iconv.h>
|
|
||||||
#include <errno.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* http://stackoverflow.com/a/1031773 */
|
/* http://stackoverflow.com/a/1031773 */
|
||||||
static bool validUtf8(const char *string)
|
static bool validUtf8(const char *string)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue