adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell configure.in,1.62,1.63


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell configure.in,1.62,1.63
Date: Sun, 28 Apr 2002 14:03:21 -0400

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv11207

Modified Files:
        configure.in 
Log Message:
Improved a bit more the building of Windows binaries


Index: configure.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/configure.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -r1.62 -r1.63
*** configure.in        28 Apr 2002 14:36:59 -0000      1.62
--- configure.in        28 Apr 2002 18:03:18 -0000      1.63
***************
*** 72,86 ****
    case "$target" in
      *-*-cygwin* | *-*-mingw32*)
!       gamedatadir="C:/share/adonthell"
      ;;
      *-*-beos*)
        gamedatadir="/boot/home/share/adonthell"
      ;;
      *)
        gamedatadir="${datadir}/adonthell"
      ;;
    esac
  fi
- DEFS="$DEFS -DDATA_DIR=\"\\\"$gamedatadir\\\"\""
  
  dnl **********************
--- 72,87 ----
    case "$target" in
      *-*-cygwin* | *-*-mingw32*)
!       gamedatadir=""
      ;;
      *-*-beos*)
        gamedatadir="/boot/home/share/adonthell"
+       DEFS="$DEFS -DDATA_DIR=\"\\\"$gamedatadir\\\"\""
      ;;
      *)
        gamedatadir="${datadir}/adonthell"
+       DEFS="$DEFS -DDATA_DIR=\"\\\"$gamedatadir\\\"\""
      ;;
    esac
  fi
  
  dnl **********************
***************
*** 239,244 ****
     fi
  else
-    PY_LIBS=${pylibs}
     PY_CFLAGS=${pycflags}
     PY_VERSION="Manually specified"   
  fi
--- 240,249 ----
     fi
  else
     PY_CFLAGS=${pycflags}
+    AC_MSG_CHECKING(for Python cflags)
+    AC_MSG_RESULT($PY_CFLAGS)
+    PY_LIBS=${pylibs}
+    AC_MSG_CHECKING(for Python library flags)
+    AC_MSG_RESULT($PY_LIBS)
     PY_VERSION="Manually specified"   
  fi
***************
*** 431,435 ****
  echo "Test for Memory Leaks ..... : enabled"
  fi
! echo "Data directory ............ : $gamedatadir"
  
  echo
--- 436,447 ----
  echo "Test for Memory Leaks ..... : enabled"
  fi
! case "$target" in
!   *-*-cygwin* | *-*-mingw32*)
!     echo "Building for Windows target."
!   ;;
!   *)
!     echo "Data directory ............ : $gamedatadir"
!   ;;
! esac
  
  echo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]