summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index f763235..e9505e9 100644
--- a/config.mk
+++ b/config.mk
@@ -11,8 +11,6 @@ LIBS = -lssl -lcrypto
CFLAGS = -std=c99 -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \
-DVERSION=\"$(VERSION)\"
-W32TCLKIT = tclkit-8.5.9-win32.upx.exe
-
# glibc dynamic
CC = cc
LDFLAGS = $(LIBS)
@@ -22,9 +20,11 @@ LDFLAGS = $(LIBS)
#LDFLAGS = $(LIBS) -static #-s
# mingw
+#W32TCLKIT = tclkit-gui-8_6_11-twapi-4_5_2-x86-max.exe
+#OPENSSLDIR = $(HOME)/tmp/openssl-1.1.1l
#CC = i686-w64-mingw32-gcc
#AR = i686-w64-mingw32-ar
-#CFLAGS = -ansi -Wall -DVERSION=\"$(VERSION)\" -DWINVER=0x0501
-#LDFLAGS = $(LIBS) -lws2_32
+#CFLAGS = -ansi -Wall -DVERSION=\"$(VERSION)\" -DWINVER=0x0501 -I$(OPENSSLDIR)/include
+#LDFLAGS = -L$(OPENSSLDIR) $(LIBS) -lws2_32 -static
LD = $(CC)