mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 17:02:17 +00:00
ca112294b8
.. from zlib-1.2.7/contrib/minizip/ The original source was minizip 0.15beta from 1998. This update brings zip64 support (untested) and cleaner code. Furthermore, updates to future minizip should be much easier now, as my changes to the original source files from minizip are quite small. To make diffing to upstream minizip-src easier, I added the minizip source as exceptions in the astyle-scripts and left them in their own directory. Two custom functions from idSoftware - unzSetCurrentFileInfoPosition() and unzGetCurrentFileInfoPosition() - aren't needed anymore as minizip 1.1 has functions that do the same.
4 lines
No EOL
397 B
Batchfile
4 lines
No EOL
397 B
Batchfile
astyle.exe -v --options=astyle-options.ini --exclude="libs" --exclude="framework/minizip" --recursive *.h
|
|
astyle.exe -v --options=astyle-options.ini --exclude="libs" --exclude="framework/minizip" --exclude="idlib/math/Simd.cpp" --exclude="d3xp/gamesys/SysCvar.cpp" --exclude="d3xp/gamesys/Callbacks.cpp" --exclude="sys/win32/win_cpu.cpp" --exclude="sys/win32/win_main.cpp" --recursive *.cpp
|
|
|
|
pause |