diff options
author | Ulf Möller <ulf@openssl.org> | 1999-05-06 02:54:01 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-05-06 02:54:01 +0200 |
commit | 6ceba838e2ea7041d041bf7b9de014773da57bf5 (patch) | |
tree | 1cd45fea8fc9ed90116dfeea04667a9694e10968 /ms | |
parent | Support additional Win32 compilers. (diff) | |
download | openssl-6ceba838e2ea7041d041bf7b9de014773da57bf5.tar.xz openssl-6ceba838e2ea7041d041bf7b9de014773da57bf5.zip |
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
+
|