Rev 50921 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-## this is for Win32, no import libsinclude ../MkRulesLINKFLAGS=-Wl,--stack=0xA00000ifdef DEBUGDEBUGFLAG=$(G_FLAG)elseDEBUGFLAG=LINKFLAGS+=-sendifCFLAGS=-Wall -O2 -pedanticrtest-CFLAGS=-I.. -I../../include -I../../../include $(DEBUGFLAG)Rtest.exe: rtest.o$(CC) $(LINKFLAGS) -o $@ rtest.o -L../../../$(IMPDIR) -lR -lRgraphapprtest.c: ../../include/Rversion.hclean:$(RM) rtest.o Rtest.exe *~