Revision 55e5c4c51abd4930228e9db3fca51a255ba0f8a7 authored by Edzer J. Pebesma on 23 January 2006, 01:56:37 UTC, committed by cran-robot on 23 January 2006, 01:56:37 UTC
1 parent d090719
Raw File
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