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:
parent
3204979d8b
commit
073e051589
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user