simplify msys2-Makefile.conf

This commit is contained in:
Garux 2018-02-08 13:17:44 +03:00
parent 6adf140175
commit 10c2444245

View File

@ -5,7 +5,6 @@ PKGCONFIG ?= pkg-config
GIT ?= git GIT ?= git
SVN ?= svn SVN ?= svn
# these two need the "start" workaround, or they seem to crash (TODO figure out why)
WGET ?= wget WGET ?= wget
UNZIPPER ?= unzip UNZIPPER ?= unzip
@ -13,9 +12,6 @@ UNZIPPER ?= unzip
# set the environment for make # set the environment for make
OS = Win32 OS = Win32
#CPPFLAGS_XML =
#LIBS_XML = -lxml2
CC = gcc CC = gcc
CXX = g++ CXX = g++
LDD = LDD =
@ -23,13 +19,5 @@ RANLIB = ranlib
AR = ar AR = ar
WINDRES = windres WINDRES = windres
# set the environment for make
CFLAGS +=
CXXFLAGS +=
CPPFLAGS += -Iinclude
LDFLAGS += -Llib
CPPFLAGS += -Iinclude
LDFLAGS += -Llib
PKG_CONFIG_PATH = PKG_CONFIG_PATH =
WHICHDLL = WHICHDLL =