Differences From Artifact [c389f88ac5]:
- File Makefile.w32 — part of check-in [16f6fd904a] at 2009-11-09 15:32:32 on branch ssl — Add SSL support. (user: dmitry size: 2029)
To Artifact [ef2a80b088]:
- File Makefile.w32 — part of check-in [b8df912e2d] at 2010-01-19 18:16:49 on branch ssl — Pull in all the latest changes from the trunk as of 2010-01-19. (user: drh size: 2131) [more...]
| ︙ | |||
52 53 54 55 56 57 58 59 60 61 62 | 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 |