summaryrefslogtreecommitdiff
path: root/WCC_MAKEFILE
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-07-19 21:27:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-07-19 21:27:34 +0300
commit04afa25bcbef482ada54c883e56c7661c7445625 (patch)
tree2ebfaa28865e6b4876734b2cdfcd58c6073d630f /WCC_MAKEFILE
parentf7f7449a4bf04caea9a428e90a4e916aa7e48a1c (diff)
downloadbdwgc-04afa25bcbef482ada54c883e56c7661c7445625.tar.gz
Build shared libraries by default (WCC_MAKEFILE)
This is to match the behavior of CMake script. * WCC_MAKEFILE (MAKE_AS_DLL): Uncomment. * WCC_MAKEFILE (MAKE_AS_LIB): Comment out.
Diffstat (limited to 'WCC_MAKEFILE')
-rw-r--r--WCC_MAKEFILE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WCC_MAKEFILE b/WCC_MAKEFILE
index fa929294..dd7777b4 100644
--- a/WCC_MAKEFILE
+++ b/WCC_MAKEFILE
@@ -8,8 +8,8 @@ SYSTEM=MSWIN32
# The collector can be built either as dynamic or as static library.
# Select the library type you need.
-#MAKE_AS_DLL=1
-MAKE_AS_LIB=1
+MAKE_AS_DLL=1
+#MAKE_AS_LIB=1
# Select calling conventions.
# Possible choices are r and s.