mirror of
https://github.com/ZDoom/zdbsp.git
synced 2024-11-10 06:31:35 +00:00
- Put CMakeLists.txt in the source zip, not the old project files.
SVN r2633 (trunk)
This commit is contained in:
parent
8df3f3f40e
commit
3a5f4da28d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
zip -9 %1 COPYING Makefile *.cpp *.h *.c *.rc *.ds? *.sln *.vcproj unused/* zlib/*.c zlib/*.h
|
||||
kzip b%1 COPYING Makefile *.cpp *.h *.c *.rc *.ds? *.sln *.vcproj unused/* zlib/*.c zlib/*.h
|
||||
zip -9 %1 COPYING Makefile *.cpp *.h *.c *.rc CMakeLists.txt unused/* zlib/*.c zlib/*.h zlib/CMakeLists.txt
|
||||
kzip b%1 COPYING Makefile *.cpp *.h *.c *.rc CMakeLists.txt unused/* zlib/*.c zlib/*.h zlib/CMakeLists.txt
|
||||
zipmix %1 b%1
|
||||
del b%1
|
Loading…
Reference in a new issue