Overview
Comment: | changed sslc.lib to sslc32.lib for Win/NT BSAFE build |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c94d10f1281dd49325c096ab0167b973 |
User & Date: | aborr on 2000-05-18 00:38:12 |
Other Links: | manifest | tags |
Context
2000-05-30
| ||
22:18 | changed copyright notice from Scriptics to Ajuba check-in: 17f61c8277 user: aborr tags: trunk | |
2000-05-18
| ||
00:38 | changed sslc.lib to sslc32.lib for Win/NT BSAFE build check-in: c94d10f128 user: aborr tags: trunk | |
00:31 | define symbol WINDOWS when TLS uses BSAFE headers for Win/NT check-in: 7d63c7af04 user: aborr tags: trunk | |
Changes
Modified configure.in from [70475c452d] to [c9812cc9b3].
︙ | |||
364 365 366 367 368 369 370 | 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 | - + | fi ;; esac else case "`uname -s`" in *win32* | *WIN32* | *CYGWIN_NT*|*CYGWIN_98*|*CYGWIN_95*) if test "${SHARED_BUILD}" = "1" ; then |
︙ |