Skip to content

Commit f339e53

Browse files
committed
Merge branch 'master' into DevCardUImerger
Conflicts: include/GameBoard.h src/GameBoard.cpp src/GameController.cpp RESOLVED, but I may have broken UnitTest++
2 parents 224e187 + c0f3656 commit f339e53

32 files changed

+214
-3106
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export EXECUTABLE := warsofcatan
77
ALLFILES := $(wildcard $(SRC_HOME)/*) $(wildcard $(INCL_HOME)/*)
88
export CXX := g++
99
export LD := g++
10-
export CXXFLAGS := -g -I$(INCL_HOME) -std=c++0x -I/usr/include/SDL -Wall
10+
export CXXFLAGS := -g -I$(INCL_HOME) -std=c++0x -I/usr/include/SDL2 -I/usr/local/include/SDL2 -Wall
1111
export LDFLAGS := -L/usr/local/lib -lSDL2 -lSDL2_ttf -lGL -lGLU -Wl,-R/usr/local/lib
1212

1313
.PHONY: all

UnitTest++/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ src = src/AssertException.cpp \
2727
src/XmlTestReporter.cpp \
2828
src/CurrentTest.cpp
2929

30-
ifeq ($(MSYSTEM), MINGW32)
3130
src += src/Win32/TimeHelpers.cpp
32-
else
33-
src += src/Posix/SignalTranslator.cpp \
34-
src/Posix/TimeHelpers.cpp
35-
endif
3631

3732
test_src = src/tests/Main.cpp \
3833
src/tests/TestAssertHandler.cpp \

UnitTest++/src/Posix/SignalTranslator.cpp

Lines changed: 0 additions & 46 deletions
This file was deleted.

UnitTest++/src/Posix/SignalTranslator.h

Lines changed: 0 additions & 42 deletions
This file was deleted.

UnitTest++/src/Posix/TimeHelpers.cpp

Lines changed: 0 additions & 33 deletions
This file was deleted.

UnitTest++/src/Posix/TimeHelpers.h

Lines changed: 0 additions & 28 deletions
This file was deleted.

UnitTest++/src/tests/Main.cpp

Lines changed: 0 additions & 8 deletions
This file was deleted.

UnitTest++/src/tests/RecordingReporter.h

Lines changed: 0 additions & 98 deletions
This file was deleted.

UnitTest++/src/tests/ScopedCurrentTest.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

UnitTest++/src/tests/TestAssertHandler.cpp

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)