https://github.com/cran/gstat
Raw File
Tip revision: e3bc4162c78d39e1326d2fce25fb3cad945a3b1f authored by Edzer Pebesma on 15 February 2010, 11:00:31 UTC
version 0.9-68
Tip revision: e3bc416
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