Rev 4439 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# -*- Makefile -*- for Windowsinclude Win.mk# |-> gnuwin32/MkRulesCPPFLAGS=$(PKG_CPPFLAGS) -I$(RHOME)/includeCFLAGS=$(CPPFLAGS) $(DEBUGFLAG) -O2 $(PKG_CFLAGS)CXXFLAGS=$(CPPFLAGS) $(DEBUGFLAG) -O2 $(PKG_CXXFLAGS)## Use this tobuild_under_Windows = trueinclude Makefile