-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakeZipTmxTools.bat
34 lines (34 loc) · 1.36 KB
/
MakeZipTmxTools.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
rem en el archivo setvars pongo las variables con las rutas necesarias
call setvars.bat
copy ComplementosChurrera\CompresorMapas\TmxCompress.c .
%dmc% ComplementosChurrera\CompresorMapas\TmxCompress.c
copy ComplementosChurrera\Conversores\GfxCnv.c .
%dmc% ComplementosChurrera\Conversores\GfxCnv.c
copy ComplementosChurrera\Conversores\Map2Tmx.c .
%dmc% ComplementosChurrera\Conversores\Map2Tmx.c
copy ComplementosChurrera\Conversores\TmxCnv.c .
%dmc% ComplementosChurrera\Conversores\TmxCnv.c
copy ComplementosChurrera\FiltroRCS\Png2Rcs.c .
%dmc% ComplementosChurrera\FiltroRCS\Png2Rcs.c
copy ComplementosChurrera\FiltroRCS\Png2Scr.c .
%dmc% ComplementosChurrera\FiltroRCS\Png2Scr.c
copy ComplementosChurrera\FiltroRCS\rcs.c .
%dmc% ComplementosChurrera\FiltroRCS\rcs.c
copy ComplementosChurrera\IngenieriaInversa\Bin2Map.c .
%dmc% ComplementosChurrera\IngenieriaInversa\Bin2Map.c
copy ComplementosChurrera\IngenieriaInversa\GfxInv.c .
%dmc% ComplementosChurrera\IngenieriaInversa\GfxInv.c
copy ComplementosChurrera\LimitaColores\PosterizeZX.c .
%dmc% ComplementosChurrera\LimitaColores\PosterizeZX.c
%z7z% a TmxTools.1.20.zip ^
Bin2Map.c Bin2Map.exe ^
GfxCnv.c GfxCnv.exe ^
GfxInv.c GfxInv.exe ^
Map2Tmx.c Map2Tmx.exe ^
Png2Rcs.c Png2Rcs.exe ^
Png2Scr.c Png2Scr.exe ^
PosterizeZX.c PosterizeZX.exe ^
rcs.c rcs.exe ^
TmxCnv.c TmxCnv.exe ^
TmxCompress.c TmxCompress.exe
del *.map *.obj *.exe *.c