projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7256ce6
)
Build the test apps after all of the library has been built.
author
Richard Levitte
<levitte@openssl.org>
Tue, 18 Jan 2000 08:09:19 +0000
(08:09 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 18 Jan 2000 08:09:19 +0000
(08:09 +0000)
makevms.com
patch
|
blob
|
history
diff --git
a/makevms.com
b/makevms.com
index 32b19c27661bfb1e7448ff39dc84f48dfbf29d70..b41440f694575b595e060028b34bd8b8c1105170 100755
(executable)
--- 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.
$!