]> git.xonotic.org Git - xonotic/darkplaces.git/commit
build: minor adjustments
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 11 Apr 2024 17:55:08 +0000 (03:55 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 14 Apr 2024 16:24:08 +0000 (02:24 +1000)
commit71e366e8129cb97bda348fa9bf86727c5e7887c7
tree46f801427359ce3612f0b43e790581c06c8028a9
parent58dc7879146968c2c07e1ffd2c521487a5e768d9
build: minor adjustments

VS2019: get more of the targets to build (needed to specify modern C
standard for all of them, and SDK "10.0" seems to mean "use latest
version installed").
VS2019: improve README.md instructions.

Makefile: fix PEDANTIC=1 test builds and warning spam.

sys: properly fix warnings related to SDL's wrapping of main() for all
platforms.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
README.md
darkplaces-sdl2-vs2019.vcxproj
docs/msvc2019_C11.png [deleted file]
makefile.inc
protocol.h
sys.h
sys_null.c
sys_sdl.c
sys_shared.c