https://github.com/cran/gstat
Raw File
Tip revision: af8ccc8b8a790b242773330d81e540f2a4fecfbb authored by Edzer J. Pebesma on 17 September 2004, 14:57:36 UTC
version 0.9-14
Tip revision: af8ccc8
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