eliminated gprop from the build until someone makes sure it builds under gcc-3.2
This commit is contained in:
parent
b15d1cef39
commit
07a3e56db1
3 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
##
|
##
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
SUBDIRS = mastermind gpsymreg gprop
|
SUBDIRS = mastermind gpsymreg
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// gprop
|
// gprop
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
#include <stdlib.h> // EXIT_SUCCESS EXIT_FAILURE
|
#include <stdlib.h> // EXIT_SUCCESS EXIT_FAILURE
|
||||||
#include <stdexcept> // exception
|
#include <stdexcept> // exception
|
||||||
|
|
|
||||||
|
|
@ -36,5 +36,5 @@ AC_TYPE_SIZE_T
|
||||||
dnl Checks for library functions.
|
dnl Checks for library functions.
|
||||||
AC_CHECK_FUNCS(select)
|
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
|
||||||
|
|
|
||||||
Reference in a new issue