https://github.com/cran/gstat
Revision 2f04a8cbcbd5f2689be42aa86031ebad7c869bc8 authored by Edzer Pebesma on 04 October 2010, 19:17:55 UTC, committed by cran-robot on 04 October 2010, 19:17:55 UTC
1 parent 1402a3d
Raw File
Tip revision: 2f04a8cbcbd5f2689be42aa86031ebad7c869bc8 authored by Edzer Pebesma on 04 October 2010, 19:17:55 UTC
version 0.9-72
Tip revision: 2f04a8c
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