The R Project SVN R

Rev

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

Rev 18847 Rev 32475
Line 6... Line 6...
6
else
6
else
7
  DEBUGFLAG=
7
  DEBUGFLAG=
8
  LINKFLAGS=-s
8
  LINKFLAGS=-s
9
endif
9
endif
10
 
10
 
11
LIBS=-L.. -lR
11
LIBS=-L.. $(LIBUNICOWS) -lR
12
CFLAGS=-Wall
12
CFLAGS=-Wall
13
 
13
 
14
rtest-CFLAGS=-I.. -I../../include
14
rtest-CFLAGS=-I.. -I../../include
15
Rtest.exe: rtest.o R.dll Rblas.dll
15
Rtest.exe: rtest.o R.dll Rblas.dll
16
	$(CC) -o $@ rtest.o R.dll
16
	$(CC) -o $@ rtest.o R.dll