https://github.com/cran/gstat
Revision 4a5e758bf45a0fa1b77b0baca8564c1673d1845c authored by Edzer J. Pebesma on 02 July 2009, 06:51:57 UTC, committed by cran-robot on 02 July 2009, 06:51:57 UTC
1 parent 749d605
Raw File
Tip revision: 4a5e758bf45a0fa1b77b0baca8564c1673d1845c authored by Edzer J. Pebesma on 02 July 2009, 06:51:57 UTC
version 0.9-61
Tip revision: 4a5e758
configure.win
# configure script for compiling gstat R package for Win32.
# Assumes that the `cp' and `rm' programs exist.
# Mon Jun 23 15:57:06 CEST 2003

cp src/config.w32  src/config.h
cp src/machine.w32 src/machine.h
rm -f src/lex.l src/parse.y
back to top