Build engine port backed by GZDoom tech. Currently supports Duke Nukem 3D, Blood, Shadow Warrior, Redneck Rampage and Powerslave/Exhumed.
Find a file
hendricks266 f4fa0ceafd Makefile: Replace "gnu" with "c" in language standard declarations if we are using clang.
This should give us compatibility without compromising platforms that either don't recognize the "gnu" variants but include strdup, snprintf, etc anyway (clang on desktop), or that support "gnu" and don't include these functions in the "c" variants (gcc in devkitPPC).

DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@6110 1a8010ca-5511-0410-912e-c29ae57300e0
2017-03-27 17:13:13 +00:00
jit The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
package The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
platform Remove HAVE_INTTYPES define. 2017-02-25 08:15:20 +00:00
source Mac: Address deprecation warnings with the latest Xcode and macOS. 2017-03-27 17:13:07 +00:00
.gitignore Some tweaks to the cleanup. 2017-02-03 21:59:45 +00:00
_clang-format The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
Android.mk Remove HAVE_INTTYPES define. 2017-02-25 08:15:20 +00:00
Common.mak Makefile: Replace "gnu" with "c" in language standard declarations if we are using clang. 2017-03-27 17:13:13 +00:00
GNUmakefile Makefile: Add phony target "clang-tools" for use with clang-tools. 2017-03-23 20:47:11 +00:00