Revert "Refactored line wrapping in Text constructor a bit"

This reverts commit e43d4a2028.
This commit is contained in:
Phil Nash 2013-04-20 18:40:10 +01:00
parent e43d4a2028
commit d37a8e8f98
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
SOURCES = ApproxTests.cpp ClassTests.cpp ConditionTests.cpp \
ExceptionTests.cpp GeneratorTests.cpp MessageTests.cpp \
MiscTests.cpp TestMain.cpp TrickyTests.cpp \
catch_self_test.cpp
OBJECTS = $(patsubst %.cpp, %.o, $(SOURCES))
CXX = gcc
CXXFLAGS = -I../../include
all: $(OBJECTS)
$(CXX) -o $@ $^
clean:
rm -f $(OBJECTS)