https://github.com/cran/gstat
Raw File
Tip revision: c41c89be2ff3bee6a60d5b3822a42dcbd97b924b authored by Edzer Pebesma on 26 February 2010, 13:15:53 UTC
version 0.9-69
Tip revision: c41c89b
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