From 73157edba6b08e057a67e27f6c94be0ef372a4b6 Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 21 May 2001 06:13:56 +0000 Subject: [PATCH] Forgot to update ESEA with crossover --- eo/tutorial/Lesson4/ESEA.cpp | 2 +- eo/tutorial/Lesson4/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/tutorial/Lesson4/ESEA.cpp b/eo/tutorial/Lesson4/ESEA.cpp index f673eaf7..adf2aace 100644 --- a/eo/tutorial/Lesson4/ESEA.cpp +++ b/eo/tutorial/Lesson4/ESEA.cpp @@ -2,7 +2,7 @@ #ifdef _MSC_VER #pragma warning(disable:4786) -#endif +#endif #include #include diff --git a/eo/tutorial/Lesson4/Makefile b/eo/tutorial/Lesson4/Makefile index 9a02e071..3585354d 100644 --- a/eo/tutorial/Lesson4/Makefile +++ b/eo/tutorial/Lesson4/Makefile @@ -3,7 +3,7 @@ .cpp.o: ; c++ -DPACKAGE=\"eo\" -DVERSION=\"0.9.1\" -I. -I../../src -Wall -g -c $*.cpp -ALL = BitEA RealEA +ALL = BitEA RealEA ESEA lesson3 : $(ALL)