The R Project SVN R

Rev

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

Rev 57416 Rev 76785
Line 2... Line 2...
2
include ../../gnuwin32/MkRules
2
include ../../gnuwin32/MkRules
3
 
3
 
4
# triop.h says this does not work, but useful to debug wchar conversions.
4
# triop.h says this does not work, but useful to debug wchar conversions.
5
trio-CPPFLAGS=-DTRIO_FEATURE_WIDECHAR=1
5
trio-CPPFLAGS=-DTRIO_FEATURE_WIDECHAR=1
6
 
6
 
-
 
7
CPPFLAGS = -I../../include -I../../main
-
 
8
 
7
# trionan.c and triostr.c are included by trio.o
9
# trionan.c and triostr.c are included by trio.o
8
OBJS = compat.o trio.o
10
OBJS = compat.o trio.o
9
TARGETLIB = libtrio.a
11
TARGETLIB = libtrio.a
10
 
12
 
11
all: $(TARGETLIB)
13
all: $(TARGETLIB)