CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Alfredo Beaumont <[EMAIL PROTECTED]> 04/10/11 20:05:35
Modified files:
po/da : wesnoth-httt.po wesnoth.po wesnoth-sotbe.po
wesnoth-tdh.po
Log message:
Updated Danish translation
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/da/wesnoth-httt.po.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/da/wesnoth.po.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/da/wesnoth-sotbe.po.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/da/wesnoth-tdh.po.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
Modified files:
src/zip : Makefile.am
Log message:
Fixes bug #10189 and #10362: Compiling errors in the zip directory, with
patch supplied in the comments.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/zip/Makefile.am.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: wesnoth/src/zip/Makefile.am
diff -u wesnoth/src/zip/Makefile.am:1.1 wesnoth/src/zip/Makefile.am:1.2
--- wesnoth/src/zip/Makefile.am:1.1 Tue May 11 05:36:21 2004
+++ wesnoth/src/zip/Makefile.am Mon Oct 11 20:05:34 2004
@@ -8,15 +8,19 @@
../config.cpp \
../filesystem.cpp \
../game_config.cpp \
+ ../gettext.cpp \
../log.cpp \
../network.cpp \
../game_events.hpp \
../config.hpp \
+ ../gettext.hpp \
+ ../wesconfig.hpp \
../filesystem.hpp \
../game_config.hpp \
../log.hpp \
../network.hpp \
../server/variable.cpp
-AM_CXXFLAGS = @SDL_CFLAGS@
+AM_CXXFLAGS = @SDL_CFLAGS@ -DLOCALEDIR=\"$(LOCALEDIR)\" -I../intl \
+ -I$(top_srcdir)/intl
AM_LDFLAGS = @SDL_LIBS@ @SDL_NET_LIBS@