[build] add utf-8 support in binaries

This commit is contained in:
Vincent Untz 2010-09-04 13:24:18 +01:00 committed by Hylke Bons
parent 6999167b92
commit 77f711a0f4

View file

@ -68,6 +68,7 @@ $(ASSEMBLY_FILE): $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(DEP_LINK)
$(MCS) \
$(GMCS_FLAGS) \
$(ASSEMBLY_BUILD_FLAGS) \
-codepage:utf8 \
-nowarn:0278 -nowarn:0078 $$warn \
-define:HAVE_GTK_2_10 -define:NET_2_0 \
-debug -target:$(TARGET) -out:$@ \