From 7be760be38a712dae3337b746c29b0a4cd1a4b3d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 18 Jan 2000 08:09:19 +0000 Subject: [PATCH] Build the test apps after all of the library has been built. --- makevms.com | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. $! -- 2.34.1