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:
@@ -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
|
||||
|
Reference in New Issue
Block a user