(svn r3966) -Fix: [OSX and some linux] [ 1157244 ] Can't save game if name contains german umlauts

now it saves correctly, but the load window still display some chars wrong (fix by ln-)
This commit is contained in:
bjarni
2006-03-18 15:55:24 +00:00
parent a137268f13
commit 5affa77822
4 changed files with 79 additions and 5 deletions

View File

@@ -485,6 +485,10 @@ LIBS += $(shell $(LIBPNG-CONFIG) --L_opts $(PNGCONFIG_FLAGS))
endif
endif
ifdef OSX
LIBS += -liconv
endif
# enables/disables assert()
ifdef DISABLE_ASSERTS
CFLAGS += -DNDEBUG