https://github.com/cran/gstat
Revision 5bdaf45950fb574fe6843240cc3245e4fc8cf6b6 authored by Edzer J. Pebesma on 03 September 2007, 00:00:00 UTC, committed by Gabor Csardi on 03 September 2007, 00:00:00 UTC
1 parent 2dc0164
Raw File
Tip revision: 5bdaf45950fb574fe6843240cc3245e4fc8cf6b6 authored by Edzer J. Pebesma on 03 September 2007, 00:00:00 UTC
version 0.9-40
Tip revision: 5bdaf45
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