changed: corrected the chinese translation

(The translation was made by: Juis)
added:   chinese language to the installer


git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@162 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2009-06-15 02:41:56 +00:00
parent e841dcfa70
commit 34500e3a5e
5 changed files with 44 additions and 43 deletions

View File

@@ -8,7 +8,6 @@ helpname = ttcalc.chm
# the name of the setup is also set in the Inno Setup config file
setupname = ttcalc-setup.exe
@@ -17,9 +16,11 @@ all: ttcalc
include Makefile.dep
ttcalc: $(o)
$(CC) -o $(name) $(CFLAGS) $(o) -lcomctl32
resource.o: resource.rc
#windres -DTTCALC_CONVERT resource.rc resource.o
windres resource.rc resource.o
@@ -27,7 +28,8 @@ resource.o: resource.rc
help: $(helpdep)
Makefile.help.sh
setup: $(setupdep)
iscc ../setup/innosetup.iss