eliminated gprop from the build until someone makes sure it builds under gcc-3.2

This commit is contained in:
maartenkeijzer 2003-03-20 20:00:38 +00:00
commit 07a3e56db1
3 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@
##
###############################################################################
SUBDIRS = mastermind gpsymreg gprop
SUBDIRS = mastermind gpsymreg
###############################################################################

View file

@ -1,6 +1,7 @@
//-----------------------------------------------------------------------------
// gprop
//-----------------------------------------------------------------------------
using namespace std;
#include <stdlib.h> // EXIT_SUCCESS EXIT_FAILURE
#include <stdexcept> // exception

View file

@ -36,5 +36,5 @@ AC_TYPE_SIZE_T
dnl Checks for library functions.
AC_CHECK_FUNCS(select)
AC_OUTPUT(doc/Makefile src/Makefile src/utils/Makefile src/other/Makefile win/Makefile src/gp/Makefile src/es/Makefile src/ga/Makefile test/Makefile contrib/Makefile Makefile app/Makefile app/gprop/Makefile app/mastermind/Makefile app/gpsymreg/Makefile src/do/Makefile)
AC_OUTPUT(doc/Makefile src/Makefile src/utils/Makefile src/other/Makefile win/Makefile src/gp/Makefile src/es/Makefile src/ga/Makefile test/Makefile contrib/Makefile Makefile app/Makefile app/mastermind/Makefile app/gpsymreg/Makefile src/do/Makefile)
#app/gprop/Makefile is in the sinbin