* 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
master
Giel van Schijndel 2007-08-17 18:37:08 +00:00
parent 8fbf62c1b2
commit 436523e700
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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