summaryrefslogtreecommitdiff
path: root/windows/bcc32/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'windows/bcc32/readme.txt')
-rwxr-xr-xwindows/bcc32/readme.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/windows/bcc32/readme.txt b/windows/bcc32/readme.txt
new file mode 100755
index 0000000..3092214
--- /dev/null
+++ b/windows/bcc32/readme.txt
@@ -0,0 +1,25 @@
+Introduction
+------------
+ This directory contains files for building Lrexlib libraries for Windows
+ using Borland development tools.
+
+ The makefile was tested with:
+ bcc32.exe - version 5.5.1
+ ilink32.exe - version 5.00
+ make.exe - version 5.2
+
+Build instructions
+------------------
+ 1. Edit config.mak to adjust the directory names, library names
+ and target names to your system configuration and personal preferences.
+
+ 2. Run "make.exe -fmake_bcc.mak"
+ -- to build all the available targets;
+ Run "make.exe -fmake_bcc.mak <target_name> [<target_name> ...]",
+ for example: make.exe -fmake_bcc.mak posix1 pcre
+ -- to build only specified targets.
+
+ 3. By default, the targets are built for work with Lua 5.0.
+ To build them for Lua 5.1, add "-DLUA51" on the make command line.
+
+