https://github.com/cran/gstat
Revision e0348cd08bd1aa1c5af65a89bd7ffcafe96f8fdb authored by Edzer J. Pebesma on 25 January 2006, 20:47:01 UTC, committed by cran-robot on 25 January 2006, 20:47:01 UTC
1 parent 55e5c4c
Raw File
Tip revision: e0348cd08bd1aa1c5af65a89bd7ffcafe96f8fdb authored by Edzer J. Pebesma on 25 January 2006, 20:47:01 UTC
version 0.9-25
Tip revision: e0348cd
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