52
53
54
55
56
57
58
59
60
61
62
|
ifdef FOSSIL_ENABLE_SSL
LIB += -lcrypto -lssl
endif
#### Tcl shell for use in running the fossil testsuite.
#
TCLSH = tclsh
# You should not need to change anything below this line
###############################################################################
include $(SRCDIR)/main.mk
|
>
>
>
>
|
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
ifdef FOSSIL_ENABLE_SSL
LIB += -lcrypto -lssl
endif
#### Tcl shell for use in running the fossil testsuite.
#
TCLSH = tclsh
#### Include a configuration file that can override any one of these settings.
#
-include config.w32
# You should not need to change anything below this line
###############################################################################
include $(SRCDIR)/main.mk
|