https://github.com/cran/gstat
Raw File
Tip revision: 2c2e0acc0b274564dc053954b0e99ae942489099 authored by Edzer Pebesma on 16 November 2011, 00:00:00 UTC
version 1.0-10
Tip revision: 2c2e0ac
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