The R Project SVN R

Rev

Rev 71639 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
53401 ripley 1
#-*- Makefile -*-
2
#
3
# ${R_HOME}/Makeconf for Windows
53414 ripley 4
# called from $(R_HOME)/src/library/*/Makefile.win, settings for basepkg.mk
53401 ripley 5
 
6
ECHO = echo
7
MKINSTALLDIRS = mkdir -p
8
INSTALL_DATA = cp
9
SHELL = sh
10
USE_NLS = yes
11
 
77228 maechler 12
R_EXE = R_ENABLE_JIT=0 $(top_builddir)/@BINDIR@/Rterm.exe --vanilla --no-echo