]> granicus.if.org Git - gc/commitdiff
Build shared libraries by default (WCC_MAKEFILE)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 19 Jul 2019 18:27:34 +0000 (21:27 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 19 Jul 2019 18:27:34 +0000 (21:27 +0300)
This is to match the behavior of CMake script.

* WCC_MAKEFILE (MAKE_AS_DLL): Uncomment.
* WCC_MAKEFILE (MAKE_AS_LIB): Comment out.

WCC_MAKEFILE

index fa9292942766632e04f9ee6954de630e73955f19..dd7777b4e8c50592bc9be7813fef51d6fa6c9683 100644 (file)
@@ -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.