Rev 57416 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRules# triop.h says this does not work, but useful to debug wchar conversions.trio-CPPFLAGS=-DTRIO_FEATURE_WIDECHAR=1# trionan.c and triostr.c are included by trio.oOBJS = compat.o trio.oTARGETLIB = libtrio.aall: $(TARGETLIB)$(TARGETLIB): $(OBJS)clean:@$(RM) *~ $(OBJS)distclean: clean@$(RM) $(TARGETLIB)