summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.