split up mingw-Makefile.inc into mingw-Makefile.inc, mingw-radiantdeps-Makefile.inc
This commit is contained in:
parent
4b757e9f25
commit
23757210d1
|
|
@ -7,3 +7,4 @@ MINGW_EXEC_PREFIX = i486-mingw32-
|
|||
|
||||
# use mingw32
|
||||
include mingw-Makefile.inc
|
||||
include mingw-radiantdeps-Makefile.inc
|
||||
|
|
|
|||
|
|
@ -15,3 +15,4 @@ UNZIPPER ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip
|
|||
|
||||
# use mingw32
|
||||
include mingw-Makefile.inc
|
||||
include mingw-radiantdeps-Makefile.inc
|
||||
|
|
|
|||
|
|
@ -1,22 +1,8 @@
|
|||
# how to call the mingw tools
|
||||
MINGW_EXEC_PREFIX ?=
|
||||
|
||||
# where the dependencies package is extracted
|
||||
RADIANT_DEPENDENCIES_PREFIX = $(HOME)/netradiant-dependencies-mingw32/
|
||||
|
||||
# run the prefix fixing tool
|
||||
IGNORETHIS := $(shell cd $(RADIANT_DEPENDENCIES_PREFIX) && ./fixprefix.sh)
|
||||
|
||||
# set the environment for make
|
||||
OS = Win32
|
||||
CFLAGS +=
|
||||
CXXFLAGS +=
|
||||
CPPFLAGS += -I$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/include
|
||||
LDFLAGS += -L$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/lib
|
||||
CPPFLAGS += -I$(RADIANT_DEPENDENCIES_PREFIX)/gtk/include
|
||||
LDFLAGS += -L$(RADIANT_DEPENDENCIES_PREFIX)/gtk/lib
|
||||
PKG_CONFIG_PATH := $(RADIANT_DEPENDENCIES_PREFIX)/gtk/lib/pkgconfig:$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/lib/pkgconfig:$(PKG_CONFIG_PATH)
|
||||
WHICHDLL = $(RADIANT_DEPENDENCIES_PREFIX)/whichdll.sh
|
||||
|
||||
#CPPFLAGS_XML =
|
||||
#LIBS_XML = -lxml2
|
||||
|
|
|
|||
15
mingw-radiantdeps-Makefile.inc
Normal file
15
mingw-radiantdeps-Makefile.inc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# where the dependencies package is extracted
|
||||
RADIANT_DEPENDENCIES_PREFIX = $(HOME)/netradiant-dependencies-mingw32/
|
||||
|
||||
# run the prefix fixing tool
|
||||
IGNORETHIS := $(shell cd $(RADIANT_DEPENDENCIES_PREFIX) && ./fixprefix.sh)
|
||||
|
||||
# set the environment for make
|
||||
CFLAGS +=
|
||||
CXXFLAGS +=
|
||||
CPPFLAGS += -I$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/include
|
||||
LDFLAGS += -L$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/lib
|
||||
CPPFLAGS += -I$(RADIANT_DEPENDENCIES_PREFIX)/gtk/include
|
||||
LDFLAGS += -L$(RADIANT_DEPENDENCIES_PREFIX)/gtk/lib
|
||||
PKG_CONFIG_PATH := $(RADIANT_DEPENDENCIES_PREFIX)/gtk/lib/pkgconfig:$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/lib/pkgconfig:$(PKG_CONFIG_PATH)
|
||||
WHICHDLL = $(RADIANT_DEPENDENCIES_PREFIX)/whichdll.sh
|
||||
Loading…
Reference in New Issue
Block a user