diff options
author | Richard Levitte <levitte@openssl.org> | 2000-01-18 09:09:19 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-01-18 09:09:19 +0100 |
commit | 7be760be38a712dae3337b746c29b0a4cd1a4b3d (patch) | |
tree | 0637f4dfc37a3ac9472e4a95096c8733863ad7d8 /makevms.com | |
parent | SOCKETSHR is showing bad declarations again. However, a simple cast (diff) | |
download | openssl-7be760be38a712dae3337b746c29b0a4cd1a4b3d.tar.xz openssl-7be760be38a712dae3337b746c29b0a4cd1a4b3d.zip |
Build the test apps after all of the library has been built.
Diffstat (limited to 'makevms.com')
-rwxr-xr-x | makevms.com | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/makevms.com b/makevms.com index 32b19c2766..b41440f694 100755 --- a/makevms.com +++ b/makevms.com @@ -323,7 +323,11 @@ $ SET DEFAULT SYS$DISK:[.CRYPTO] $! $! Build The [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library. $! -$ @CRYPTO-LIB ALL 'RSAREF' 'DEBUGGER' "''COMPILER'" "''TCPIP_TYPE'" 'ISSEVEN' +$ @CRYPTO-LIB LIBRARY 'RSAREF' 'DEBUGGER' "''COMPILER'" "''TCPIP_TYPE'" 'ISSEVEN' +$! +$! Build The [.xxx.EXE.CRYPTO]*.EXE Test Applications. +$! +$ @CRYPTO-LIB APPS 'RSAREF' 'DEBUGGER' "''COMPILER'" "''TCPIP_TYPE'" 'ISSEVEN' $! $! Go Back To The Main Directory. $! |