summaryrefslogtreecommitdiff
path: root/INSTALL.W32
Commit message (Collapse)AuthorAgeFilesLines
* INSTALL.W32: document trouble with symlinks under MSYS.appro2010-11-231-0/+9
| | | | PR: 2377
* INSTALL.W32: mention _OPENSSL_isservice().appro2010-07-091-1/+12
| | | | PR: 2194
* Typo.steve2009-05-061-1/+1
|
* Update from 1.0.0-stable branch.steve2009-05-061-10/+6
|
* Update from 1.0.0-stable.steve2009-04-261-2/+3
|
* Reaffirm that NASM is the only supported assembler for Win32 build.appro2008-07-151-4/+4
|
* Switch Win32/64 targets to Winsock2. Updates to ISNTALL.W32 cover evenappro2006-10-231-67/+71
| | | | recent mingw modifications.
* As x86ms.pl is out, remove do_masm.bat and mention to it in INSTALL.W32.appro2006-09-181-21/+4
|
* Update docs.steve2005-11-071-3/+17
|
* Unify VC-32.pl and VC-CE.pl scripts and update INSTALL.W32.appro2005-07-241-0/+18
|
* Pull up Win64 support from 0.9.8.appro2005-07-051-0/+1
|
* Correct small documentation error.levitte2003-09-271-1/+1
| | | | PR: 698
* Remove all those infernal stupid CR characterslevitte2003-04-101-288/+288
|
* Add instructions for building the MinGW target in Cygwin, andulf2003-02-221-47/+61
| | | | rearrange some of the other text for better readability.
* update mingw infoulf2003-02-211-278/+274
|
* The MASM situation is more difficult than described so far. It is part of ↵levitte2003-01-301-6/+7
| | | | | | VC++ 7. PR: 327
* WinCE patcheslevitte2002-11-151-0/+2
|
* Add a small note saying the 'debug' option should come before the platform inlevitte2002-10-041-1/+2
| | | | | the arguments to mk1mf.pl. PR: 298
* Update the information on Cygwin.levitte2002-06-271-14/+10
| | | | Part of PR 75
* The new stuff is for Borland Bulider 5, so document it appropriatelylevitte2002-06-271-7/+4
|
* Document the new way of building with Borland Builder.levitte2002-06-271-0/+15
| | | | This concludes the changes from PR 123
* updated Mingw32 instructions.ulf2002-05-111-4/+4
|
* Fix typo (Craig Davison <cd@securityfocus.com>).jaenicke2002-03-251-1/+1
|
* Oh, and since config figures out that we run Cygwin and what versions,levitte2002-02-161-1/+1
| | | | let's recommend running config instead of a manual Configure.
* Since Cygwin is the proper spelling, let's change to that everywhere.levitte2002-02-161-18/+18
| | | | | Also, with the change in Configure, it now knows on it's own if threads are supported or not.
* Cygwin target name has been changed!ulf2002-02-161-1/+1
|
* Better clarification on perllevitte2002-01-031-9/+10
|
* Say that recent CygWin perl versions work as well.levitte2002-01-021-1/+5
| | | | Submitted by Eric Hanchrow <erich@votehere.net>
* ispellulf2001-09-071-1/+1
|
* Eric Hanchrow points out that Cygwin perl works.ulf2001-09-051-1/+2
|
* URL to "latest" Mingw release (which is almost a year old :()ulf2000-09-231-2/+2
|
* Add a note on installation under Win32.levitte2000-07-241-0/+29
|
* CygWin32 support.ulf2000-06-031-0/+46
| | | | Submitted by: John Jarvie <jjarvie@newsguy.com>
* Mingw32 can now use assembler.ulf2000-02-281-3/+5
|
* Overly long lines look ugly in the DOS editor. :)ulf2000-02-271-6/+6
|
* Fix so Win32 assembly language works with MASM.steve2000-02-271-9/+15
| | | | Add info about where to get MASM.
* ispell (and minor modifications)ulf2000-02-031-1/+1
|
* Note about CRYPTO_malloc_initbodo2000-01-131-3/+10
|
* Remove obsolete SSLeay instructions.ulf2000-01-071-153/+0
|
* improve clarity of instructionsbodo1999-08-031-7/+7
|
* Continues NASM support. This might work now. Its still experimental but itsteve1999-07-121-6/+38
| | | | passes all the tests. Added documentation in INSTALL.W32.
* Fix URL for perl in INSTALL.W32steve1999-05-241-1/+1
|
* Small corrections.ulf1999-05-191-1/+1
|
* mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.ulf1999-05-131-1/+2
| | | | Configure no longer changes files in place.
* Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for asteve1999-05-081-5/+4
| | | | | | Win32 version of rename() ). There isn't a precise rename() equivalent under Win95: the standard rename() complains if the destination already exists so replaced with a combination of unlink() and MoveFile().
* Generate DLLs with Mingw32.ulf1999-05-071-30/+14
|
* Get the Mingw32 makefiles right.ulf1999-05-071-4/+4
|
* Typo.ulf1999-05-061-1/+3
|
* Support additional Win32 compilers.ulf1999-05-061-21/+77
| | | | Borland C submitted by: Janez Jere <jj@void.si>
* Bring style of INSTALL* documents in sync with README filerse1999-03-221-66/+73
| | | | and fix some inconsistencies.