* 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-861f7616d084master
parent
8fbf62c1b2
commit
436523e700
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue