diff options
| -rw-r--r-- | examples/Makefile.FLTK | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
