[makefile] build libraries on default target

Signed-off-by: R4SAS <r4sas@i2pmail.org>
(cherry picked from commit 9396827379)
This commit is contained in:
R4SAS 2021-08-04 07:03:54 +03:00 committed by dr|z3d
parent 5a6a511853
commit 6e9e73c734
3 changed files with 32 additions and 24 deletions

View file

@ -3,9 +3,9 @@ USE_WIN32_APP := yes
WINDRES = windres
CXXFLAGS := $(CXX_DEBUG) -D_MT -DWIN32_LEAN_AND_MEAN -fPIC -msse
CXXFLAGS := $(CXX_DEBUG) -DWIN32_LEAN_AND_MEAN -fPIC -msse
INCFLAGS = -I$(DAEMON_SRC_DIR) -IWin32
LDFLAGS := ${LD_DEBUG} -Wl,-Bstatic -static-libgcc
LDFLAGS := ${LD_DEBUG} -static
# detect proper flag for c++11 support by compilers
CXXVER := $(shell $(CXX) -dumpversion)