The R Project SVN R

Rev

Rev 11815 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11815 Rev 18847
Line 9... Line 9...
9
 
9
 
10
- to make with gcc,  make -f make.rtest
10
- to make with gcc,  make -f make.rtest
11
 
11
 
12
- to make with VC++,
12
- to make with VC++,
13
 
13
 
14
	copy ..\R.dll to this directory
14
	copy ..\R.dll and ..\..\..\Rblas.dll to this directory
15
	lib /def:..\R.exp /machine:ix86 /out:Rdll.lib
15
	lib /def:..\R.exp /machine:ix86 /out:Rdll.lib
16
	cl /MT /Ox /I..\..\include /I.. rtest.c Rdll.lib
16
	cl /MT /Ox /I..\..\include /I.. rtest.c Rdll.lib
17
 
17
 
18
 
18
 
19
This provides an rterm-like test front end. The main loop is in the
19
This provides an rterm-like test front end. The main loop is in the