mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
14cb72f912
In no particular order: * Use `set -e`, because it prevents accidents, and means we can avoid lengthy &&-joined command chains. * Override defaults by setting env vars; this means people don't have to edit the script to change things. * Use an unpredictable and safely-created tmpdir for building; ain't nobody wants to cleanup from a tmpdir race condition attack. * Test for the presence of `git` and `make` *before* asking questions, and only prompt the user about them if they're missing. No need to bother people with unnecessary reading. * Automatically clean up the build directory after use. * Tidy up some indenting that had come asunder. |
||
---|---|---|
.. | ||
linux | ||
msvc | ||
msvc10 | ||
msvc11 | ||
msvc12 | ||
nsis | ||
osx | ||
osxfe/ioquake3fe | ||
quake3_flat.iconset | ||
setup | ||
xcode | ||
ioquake3-folder.icns | ||
quake3-tango.png | ||
quake3-tango.xcf | ||
quake3.icns | ||
quake3.ico | ||
quake3.png | ||
quake3.svg | ||
quake3_flat.icns | ||
ReadMe-OSX.rtf |