From 436523e700fd2d27bc57bd5249bb315a92d5c917 Mon Sep 17 00:00:00 2001 From: Giel van Schijndel Date: Fri, 17 Aug 2007 18:37:08 +0000 Subject: [PATCH] * Don't add data/locale to warzone.wz since gettext can't access these files through PhysFS but needs direct access to them (through stdio.h stuff) * ./configure && make && make install (and the NSIS installer) will make sure that the gettext message catalogs are in a decent location git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2407 4a71c877-e1ca-e34f-864e-861f7616d084 --- data/Makefile.am | 2 +- data/Makefile.raw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index ee4190692..600092e39 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = mods BASELIST = anims audio components effects features \ gamedesc.lev images messages misc multiplay novideo.rpl palette.bin script \ - sequenceaudio stats structs texpages wrf locale + sequenceaudio stats structs texpages wrf PATCHLIST = addon.lev anims components effects \ messages multiplay stats structs wrf diff --git a/data/Makefile.raw b/data/Makefile.raw index ec1cb5031..e966262e0 100644 --- a/data/Makefile.raw +++ b/data/Makefile.raw @@ -4,7 +4,7 @@ MAKERULES=../makerules include $(MAKERULES)/configure.mk BASELIST = anims audio components effects features \ - gamedesc.lev images locale messages misc multiplay novideo.rpl palette.bin \ + gamedesc.lev images messages misc multiplay novideo.rpl palette.bin \ script sequenceaudio stats structs texpages wrf PATCHLIST = addon.lev anims components effects \ messages multiplay stats structs wrf