From 073e05158903298130e56d59efc091fc5ef39b8f Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 1 Feb 2011 19:10:13 +0000 Subject: Mods to examples Makefile for windows mingw/msys builds. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8356 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/Makefile.FLTK | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/Makefile.FLTK b/examples/Makefile.FLTK index 86aca7054..e8d572069 100644 --- a/examples/Makefile.FLTK +++ b/examples/Makefile.FLTK @@ -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. -- cgit v1.2.3