Am Montag, 2. April 2007 schrieb [EMAIL PROTECTED]: > On Mon, 02 Apr 2007 12:16:07 -0400 Per Inge Mathisen > > <[EMAIL PROTECTED]> wrote: > >On 4/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> Error 1600 error C2065: 'LOCALEDIR' : undeclared identifier > >> \src\main.c 427 > >> Error 1602 error C2065: 'PACKAGE' : undeclared identifier > >> \src\main.c 428 > >> > >> What should those be? > > > >Unless, I am mistaken (devurandom please confirm), PACKAGE should > >be > >"warzone2100" and LOCALEDIR the path to whereever you install the > >*.gmo language files. > > > > - Per > > Then need #define PACKAGE "warzone2100" and > #define LOCALDIR "?????" ? Yes, that should work. #define LOCALEDIR "" should also work as a workaround till someone figured out how gettext is intended to be used with MSVC.
--Dennis
pgp2lggiJdx58.pgp
Description: PGP signature
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
