Author: greg.ercolano Date: 2011-02-01 11:10:13 -0800 (Tue, 01 Feb 2011) New Revision: 8356 Log: Mods to examples Makefile for windows mingw/msys builds.
Modified: branches/branch-1.3/examples/Makefile.FLTK Modified: branches/branch-1.3/examples/Makefile.FLTK =================================================================== --- branches/branch-1.3/examples/Makefile.FLTK 2011-02-01 15:42:04 UTC (rev 8355) +++ branches/branch-1.3/examples/Makefile.FLTK 2011-02-01 19:10:13 UTC (rev 8356) @@ -11,6 +11,10 @@ # Set .SILENT in your Makefile if you want 'quieter' builds. # +ifeq '$(OS)' "Windows_NT" +EXEEXT = .exe +endif + FLTKCONFIG = ../fltk-config CXX = $(shell $(FLTKCONFIG) --cxx) CXXFLAGS = $(shell $(FLTKCONFIG) --cxxflags) -Wall -I. _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
