Skip to content

Commit

Permalink
(tools) cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gdemont committed Aug 26, 2016
1 parent 9315459 commit 6a1fe36
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
6 changes: 3 additions & 3 deletions pack_za_bin.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ upx --ultra-brute unzipada.exe
upx --ultra-brute zipada.exe
upx --ultra-brute bunzip.exe
upx --ultra-brute lzma_dec.exe
upx --ultra-brute lzma_enc.exe
:skip_upx

set version=50_f1
set version=51

rem zip -9 zipada_iz9-bin-win32.zip comp_zip.exe find_zip.exe rezip.exe unzipada.exe zipada.exe bunzip.exe lzma_dec.exe
zipada -ed3 zipada%version%-bin-win32.zip comp_zip.exe find_zip.exe rezip.exe unzipada.exe zipada.exe bunzip.exe lzma_dec.exe
zipada -ed3 zipada%version%-bin-win32.zip comp_zip.exe find_zip.exe rezip.exe unzipada.exe zipada.exe bunzip.exe lzma_dec.exe lzma_enc.exe
deflopt zipada%version%-bin-win32.zip


Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions clean_za.cmd → tools/clean_za.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cd ..

del *.ali
del *.o
del *.#*
Expand Down Expand Up @@ -70,3 +72,4 @@ cd obj_pro
cleanacu
cd..

cd tools
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion save.cmd → tools/save.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
call clean_za
cd ..

zipada za_src_%date%_.zip *.ad* *.cmd z*.txt *.ago *.gpr zip_lib/*.ad* zip_lib/*.ago *.pra test/*.ad* extras/*.ad*
zipada za_src_%date%_.zip *.ad* *.cmd z*.txt *.ago *.gpr zip_lib/*.ad* *.pra test/*.ad* extras/*.ad*
File renamed without changes.
7 changes: 7 additions & 0 deletions tools/verif.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
del *.ali
del *.adt
del *.o

rem Invoke AdaControl:

adactl %1 %2 %3 %4 %5 %6 %7 %8 %9 -vw -f verif.aru -p ../zipada.gpr -- -Izip_lib -Itools -Iextras
7 changes: 0 additions & 7 deletions verif.cmd

This file was deleted.

0 comments on commit 6a1fe36

Please sign in to comment.