mirror of
https://github.com/fltk/fltk.git
synced 2026-06-02 07:26:57 +08:00
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:
@@ -11,6 +11,10 @@
|
|||||||
# Set .SILENT in your Makefile if you want 'quieter' builds.
|
# Set .SILENT in your Makefile if you want 'quieter' builds.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ifeq '$(OS)' "Windows_NT"
|
||||||
|
EXEEXT = .exe
|
||||||
|
endif
|
||||||
|
|
||||||
FLTKCONFIG = ../fltk-config
|
FLTKCONFIG = ../fltk-config
|
||||||
CXX = $(shell $(FLTKCONFIG) --cxx)
|
CXX = $(shell $(FLTKCONFIG) --cxx)
|
||||||
CXXFLAGS = $(shell $(FLTKCONFIG) --cxxflags) -Wall -I.
|
CXXFLAGS = $(shell $(FLTKCONFIG) --cxxflags) -Wall -I.
|
||||||
|
|||||||
Reference in New Issue
Block a user