Files
GS13NG/tools/mapmerge2/mapmerge.bat
Tad Hardesty 61f00cbfb0 Add a new and improved mapmerge (#33869)
Key benefits of the new mapmerge include: multi-Z support, effective
reuse of deleted keys, automatic handling of key overflow, and utilizing
a git pre-commit hook to eliminate the need to run batch files manually.
2017-12-29 00:28:25 -06:00

6 lines
70 B
Batchfile

@echo off
set MAPROOT=../../_maps/
set TGM=1
python mapmerge.py
pause