https://github.com/cran/gstat
Raw File
Tip revision: 0c875d17884c427fbe488f676a4a6da747240594 authored by Edzer Pebesma on 01 October 2011, 09:16:01 UTC
version 1.0-5
Tip revision: 0c875d1
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