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
This commit is contained in:
Greg Ercolano 2011-02-01 19:10:13 +00:00
parent 3204979d8b
commit 073e051589
1 changed files with 4 additions and 0 deletions

View File

@ -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.