The R Project SVN R

Rev

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

Rev 53403 Rev 57416
Line 1... Line 1...
1
#-*- Makefile -*-
1
#-*- Makefile -*-
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
compat-CPPFLAGS=$(DEFS_W64)
-
 
7
 
6
 
8
# trionan.c and triostr.c are included by trio.o
7
# trionan.c and triostr.c are included by trio.o
9
OBJS = compat.o trio.o
8
OBJS = compat.o trio.o
10
TARGETLIB = libtrio.a
9
TARGETLIB = libtrio.a
11
 
10