mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
optimize:file structure rearrange
move generators and nsis into tools folder generators is used to generate tranliteration header files. nsis is too old to use.
This commit is contained in:
parent
6943b77972
commit
76f89a7a5a
|
@ -1,13 +0,0 @@
|
||||||
|
|
||||||
.PHONY: all clean
|
|
||||||
|
|
||||||
all: ../inc_case_folding.hh ../inc_diacritic_folding.hh
|
|
||||||
|
|
||||||
generate: generate.cc
|
|
||||||
c++ -W -Wall $< -o $@
|
|
||||||
|
|
||||||
../inc_case_folding.hh ../inc_diacritic_folding.hh: CaseFolding.txt DiacriticFolding.txt generate
|
|
||||||
./generate
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f generate
|
|
Loading…
Reference in a new issue