From: Thomas Debesse Date: Sun, 13 Oct 2019 00:50:27 +0000 (+0200) Subject: makefile: move conftest.cpp back right to legacy Makefile since it's required by it X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=628716c8dbbe85923c5a04bcceb74278425a3beb;p=xonotic%2Fnetradiant.git makefile: move conftest.cpp back right to legacy Makefile since it's required by it --- diff --git a/conftest.cpp b/conftest.cpp new file mode 100644 index 00000000..10b7a620 --- /dev/null +++ b/conftest.cpp @@ -0,0 +1,6 @@ +#include /* jpeglib.h needs it */ +#include CONFTEST_HEADER +int main(){ + (void) CONFTEST_SYMBOL; + return 0; +} diff --git a/oldstuff/conftest.cpp b/oldstuff/conftest.cpp deleted file mode 100644 index 10b7a620..00000000 --- a/oldstuff/conftest.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include /* jpeglib.h needs it */ -#include CONFTEST_HEADER -int main(){ - (void) CONFTEST_SYMBOL; - return 0; -}