mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-29 20:34:56 +01:00
CVS import on gnu.org
This commit is contained in:
parent
673a0e7828
commit
45b4adbf42
6 changed files with 12 additions and 16 deletions
6
INSTALL
6
INSTALL
|
@ -1,4 +1,4 @@
|
|||
Installation sous Linux (Un*x) (bien)
|
||||
Installation sous Linux (Un*x) (bien/facile)
|
||||
------------------------------
|
||||
* Pour installer à partir de l'archive CVS :
|
||||
|
||||
|
@ -20,9 +20,7 @@ Installation sous Linux (Un*x) (bien)
|
|||
Il suffit de rajouter le chemin pour trouver eliot
|
||||
sur sa ligne de commande et le tour est joué.
|
||||
|
||||
Simple non ?
|
||||
|
||||
Installation sous Windows (moins bien)
|
||||
Installation sous Windows (moins bien/facile)
|
||||
-------------------------
|
||||
|
||||
* Mingw32
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#undef PACKAGE
|
||||
#undef VERSION
|
2
aclocal.m4
vendored
2
aclocal.m4
vendored
|
@ -15,7 +15,7 @@ dnl -----------------------------------------------
|
|||
dnl custom macros for autoconf script
|
||||
dnl Author: Antoine Fraboulet
|
||||
dnl Created: 20.06.99
|
||||
dnl Version: $Id: aclocal.m4,v 1.1 2004/04/08 09:57:28 afrab Exp $
|
||||
dnl Version: $Id: aclocal.m4,v 1.2 2004/04/08 10:21:56 afrab Exp $
|
||||
dnl -----------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/* config.h.in. Generated from configure.in by autoheader. */
|
||||
#undef PACKAGE
|
||||
#undef VERSION
|
||||
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#undef HAVE_FCNTL_H
|
||||
|
|
10
configure.in
10
configure.in
|
@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
dnl --------------------------------------------------------------
|
||||
dnl configure.in for Eliot
|
||||
dnl --------------------------------------------------------------
|
||||
dnl AC_REVISION($Id: configure.in,v 1.2 2004/04/08 09:57:28 afrab Exp $)
|
||||
dnl AC_REVISION($Id: configure.in,v 1.3 2004/04/08 10:21:56 afrab Exp $)
|
||||
AC_INIT(wxwin/main.cc)
|
||||
AM_INIT_AUTOMAKE(eliot, 1.4)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
@ -21,7 +21,7 @@ AC_PROG_RANLIB
|
|||
dnl --------------------------------------------------------------
|
||||
dnl Checks for libraries.
|
||||
dnl --------------------------------------------------------------
|
||||
AM_PATH_WXCONFIG(2.3.4, wxWin=1)
|
||||
AM_PATH_WXCONFIG(2.4.0, wxWin=1)
|
||||
if test "$wxWin" != 1; then
|
||||
AC_MSG_ERROR([
|
||||
wxWindows must be installed on your system
|
||||
|
@ -35,9 +35,9 @@ if test "$wxWin" != 1; then
|
|||
fi
|
||||
|
||||
AM_CPPFLAGS="$AM_CPPFLAGS $WX_CPPFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY"
|
||||
CFLAGS="$CFLAGS $WX_CFLAGS_ONLY"
|
||||
LDFLAGS="$LDFLAGS $WX_LIBS"
|
||||
AM_CXXFLAGS="$AM_CXXFLAGS $WX_CXXFLAGS_ONLY"
|
||||
AM_CFLAGS="$AM_CFLAGS $WX_CFLAGS_ONLY"
|
||||
AM_LDFLAGS="$AM_LDFLAGS $WX_LIBS"
|
||||
dnl --------------------------------------------------------------
|
||||
dnl Checks for header files.
|
||||
dnl --------------------------------------------------------------
|
||||
|
|
|
@ -16,11 +16,13 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
# $Id: Makefile.am,v 1.2 2004/04/08 09:57:28 afrab Exp $
|
||||
# $Id: Makefile.am,v 1.3 2004/04/08 10:21:56 afrab Exp $
|
||||
|
||||
bin_PROGRAMS = eliot
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/dic -I$(top_srcdir)/game
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/dic -I$(top_srcdir)/game
|
||||
|
||||
AM_CPPFLAGS=@WX_CPPFLAGS@
|
||||
|
||||
eliot_SOURCES = \
|
||||
configdb.cc configdb.h \
|
||||
|
|
Loading…
Add table
Reference in a new issue