https://github.com/cran/gstat
Raw File
Tip revision: 9dab7006658d54b5c62f9180c0de1beba105ddb5 authored by Edzer Pebesma on 29 August 2011, 17:37:37 UTC
version 1.0-2
Tip revision: 9dab700
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