Build the test apps after all of the library has been built.

This commit is contained in:
Richard Levitte 2000-01-18 08:09:19 +00:00
parent 7256ce6a8c
commit 7be760be38

View File

@ -323,7 +323,11 @@ $ SET DEFAULT SYS$DISK:[.CRYPTO]
$! $!
$! Build The [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library. $! 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. $! Go Back To The Main Directory.
$! $!