diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2005-12-06 16:35:40 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2005-12-06 16:35:40 +0000 |
commit | a4c886e4c87c56dc9fb184f0e2992e95a29857d5 (patch) | |
tree | 174fb0fc393e1d21ede65c8f7618ca296d1cd293 /ms | |
parent | 1291dfdeaddf67e5b9f470147790495cc9c35efc (diff) | |
download | openssl-new-a4c886e4c87c56dc9fb184f0e2992e95a29857d5.tar.gz |
Add cpuid code to VC++ build.
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/do_masm.bat | 5 | ||||
-rwxr-xr-x | ms/do_nasm.bat | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ms/do_masm.bat b/ms/do_masm.bat index 543840a3c5..15b379204e 100755 --- a/ms/do_masm.bat +++ b/ms/do_masm.bat @@ -58,6 +58,11 @@ cd crypto\whrlpool\asm perl wp-mmx.pl win32 > wp_win32.asm cd ..\..\.. +echo CPU-ID +cd crypto +perl x86cpuid.pl win32 > cpu_win32.asm +cd .. + echo on perl util\mkfiles.pl >MINFO diff --git a/ms/do_nasm.bat b/ms/do_nasm.bat index 29a95891c6..2ec17a3488 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 |