From aa839d45a1429a1b27150a5cd6268f9b6037ed20 Mon Sep 17 00:00:00 2001 From: cutealien Date: Mon, 28 Mar 2022 22:11:26 +0000 Subject: [PATCH] Stop linking to libs which the tests Makefile does not seem to need Tests seem to work fine without -Xext and -Xcursor so kicking those out for now. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6321 dfc29bdd-3216-0410-991c-e03cc46cb475 --- tests/Makefile | 2 +- tests/tests-last-passed-at.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 83b4b26b..7dff0103 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -18,7 +18,7 @@ all: all_linux # target specific settings all_linux: SYSTEM=Linux -all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../lib/$(SYSTEM) -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor +all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../lib/$(SYSTEM) -lIrrlicht -lGL -lXxf86vm -lX11 all_win32 clean_win32: SYSTEM=Win32-gcc all_win32: LDFLAGS = -L../lib/$(SYSTEM) -lIrrlicht -lopengl32 -lm diff --git a/tests/tests-last-passed-at.txt b/tests/tests-last-passed-at.txt index 8a6f62d0..0183f9bd 100644 --- a/tests/tests-last-passed-at.txt +++ b/tests/tests-last-passed-at.txt @@ -1,4 +1,4 @@ Tests finished. 72 tests of 72 passed. Compiled as DEBUG -Test suite pass at GMT Mon Mar 28 19:50:44 2022 +Test suite pass at GMT Mon Mar 28 22:09:50 2022