diff options
author | steve <steve> | 2005-12-06 16:35:39 +0000 |
---|---|---|
committer | steve <steve> | 2005-12-06 16:35:39 +0000 |
commit | 2564d149518fb30214a74bd9c38c365c752468ed (patch) | |
tree | 9d39a9132a1ebb3ac375c23c88db306561e5bd9f /ms/do_nasm.bat | |
parent | 5af6e226483ed3ec3e47b06153d5bb7204d5fad0 (diff) | |
download | openssl-2564d149518fb30214a74bd9c38c365c752468ed.tar.gz |
Add cpuid code to VC++ build.
Diffstat (limited to 'ms/do_nasm.bat')
-rwxr-xr-x | ms/do_nasm.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/do_nasm.bat b/ms/do_nasm.bat index 29a95891c..2ec17a348 100755 --- a/ms/do_nasm.bat +++ b/ms/do_nasm.bat @@ -59,6 +59,11 @@ cd crypto\whrlpool\asm perl wp-mmx.pl win32n > wp_win32.asm cd ..\..\.. +echo CPU-ID +cd crypto +perl x86cpuid.pl win32n > cpu_win32.asm +cd .. + echo on perl util\mkfiles.pl >MINFO |