add msys2-Makefile.conf
This commit is contained in:
parent
7c77e0faff
commit
5a545cec3b
35
msys2-Makefile.conf
Normal file
35
msys2-Makefile.conf
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
# how to get pkg-config
|
||||||
|
PKGCONFIG ?= pkg-config
|
||||||
|
|
||||||
|
# extra utils
|
||||||
|
GIT ?= git
|
||||||
|
SVN ?= svn
|
||||||
|
|
||||||
|
# these two need the "start" workaround, or they seem to crash (TODO figure out why)
|
||||||
|
WGET ?= wget
|
||||||
|
UNZIPPER ?= unzip
|
||||||
|
|
||||||
|
|
||||||
|
# set the environment for make
|
||||||
|
OS = Win32
|
||||||
|
|
||||||
|
#CPPFLAGS_XML =
|
||||||
|
#LIBS_XML = -lxml2
|
||||||
|
|
||||||
|
CC = gcc
|
||||||
|
CXX = g++
|
||||||
|
LDD =
|
||||||
|
RANLIB = ranlib
|
||||||
|
AR = ar
|
||||||
|
WINDRES = windres
|
||||||
|
|
||||||
|
|
||||||
|
# set the environment for make
|
||||||
|
CFLAGS +=
|
||||||
|
CXXFLAGS +=
|
||||||
|
CPPFLAGS += -Iinclude
|
||||||
|
LDFLAGS += -Llib
|
||||||
|
CPPFLAGS += -Iinclude
|
||||||
|
LDFLAGS += -Llib
|
||||||
|
PKG_CONFIG_PATH =
|
||||||
|
WHICHDLL =
|
||||||
Loading…
Reference in New Issue
Block a user