summaryrefslogtreecommitdiffstats
path: root/ms/do_nasm.bat
Commit message (Collapse)AuthorAgeFilesLines
* Remove the mk1mf VC-WIN* builds and its supporting scriptsRichard Levitte2016-03-211-7/+0
| | | | | | | The mk1mf build for the VC-WIN* targets is broken and the unified scheme works well enough, so we clean out the old. Reviewed-by: Andy Polyakov <appro@openssl.org>
* Remove support for Borland C++Richard Levitte2016-03-171-1/+0
| | | | | | | Borland C++ 4.5 is very old and our "support" for it is already non-existent, we might as well remove it. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte2016-03-051-2/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Experimental support for import of more options from ConfigureDr. Stephen Henson2008-01-061-78/+0
| | | | | | | | (via top level Makefile) into mk1mf builds. This avoids the need to duplicate the CFLAG handling and can auto build assembly language source files from perl scripts. Extend VC-WIN32 Configure entry to include new options.
* Include Mont asm files in WIN32 build.Dr. Stephen Henson2008-01-051-0/+1
|
* Update WIN32 nasm build to use new asm files.Dr. Stephen Henson2008-01-041-12/+22
|
* Add cpuid code to VC++ build.Dr. Stephen Henson2005-12-061-0/+5
|
* Initial attempt at Whirlpool assembler support on VC++.Dr. Stephen Henson2005-12-061-65/+70
|
* Disclaim 16-bit support.Andy Polyakov2005-05-171-5/+0
|
* Use underscores instead of dashes in temporary file names.Richard Levitte2002-06-271-10/+11
| | | | | This is due to weird Borland compilers. Part of PR 123
* Continues NASM support. This might work now. Its still experimental but itDr. Stephen Henson1999-07-121-0/+69
passes all the tests. Added documentation in INSTALL.W32.