Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 466 → Rev 498

/svarcom/trunk/tlumacz/makefile
4,6 → 4,7
 
tlumacz.exe: tlumacz.c
wcl -0 -y -cc -wx -mc -lr -we -ox tlumacz.c
del *.obj
 
svarcom.lng: tlumacz.exe nls\svarcom.??
tlumacz en fr pl
/svarcom/trunk/tlumacz/tlumacz.txt
1,9 → 1,11
tlumacz is a "compiler" that builds the SvarCOM multi-lang ressource file out
of a collection of CATS/Kitten text files.
 
usage: tlumacz files
usage: tlumacz en fr pl ...
 
where "files" is the directory where all CATS/Kitten files are present.
tlumacz generates a SVARCOM.DAT file that contains all language ressources.
tlumacz generates a SVARCOM.LNG file that contains all language ressources.
This file must be then placed in the %NLSPATH% directory so SvarCOM can find it.
SvarCOM's language is controlled by the LANG variable (eg. "SET LANG=PL").
 
a DEFAULT.LNG file will also be generated, it contains translation strings
for english only. This file is only useful for SvarCOM building.