mirror of
https://github.com/ZDoom/zdbsp.git
synced 2024-11-22 20:02:16 +00:00
4 lines
155 B
Batchfile
4 lines
155 B
Batchfile
|
zip -9 %1 COPYING *.cpp *.h *.c *.rc *.ds? *.sln *.vcproj unused/* zlib/*
|
||
|
kzip b%1 COPYING *.cpp *.h *.c *.rc *.ds? *.sln *.vcproj
|
||
|
zipmix %1 b%1
|
||
|
del b%1
|