diff options
author | Ulf Möller <ulf@openssl.org> | 1999-05-06 00:54:01 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-05-06 00:54:01 +0000 |
commit | 6ceba838e2ea7041d041bf7b9de014773da57bf5 (patch) | |
tree | 1cd45fea8fc9ed90116dfeea04667a9694e10968 /ms | |
parent | 31a674d8c9766d582596876b221bb685d6d32a91 (diff) | |
download | openssl-new-6ceba838e2ea7041d041bf7b9de014773da57bf5.tar.gz |
Borland C++ builder.
Submitted by: Janez Jere <jj@void.si>
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/bcb4.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ms/bcb4.bat b/ms/bcb4.bat new file mode 100755 index 0000000000..948d6b33f9 --- /dev/null +++ b/ms/bcb4.bat @@ -0,0 +1,6 @@ +perl Configure BC-32
+perl util\mkfiles.pl > MINFO
+
+@rem create make file
+perl util\mk1mf.pl BC-NT no-asm > bcb.mak
+
|