diff options
author | rrt <rrt> | 2006-01-21 03:17:49 +0000 |
---|---|---|
committer | rrt <rrt> | 2006-01-21 03:17:49 +0000 |
commit | 84c021e6b49df05e0ad4facd13d05e39f1a7536b (patch) | |
tree | 04cad16e0bd5378e3bc7e3d7f345329f8c2fb791 /windows/bcc32/readme.txt | |
download | lrexlib-84c021e6b49df05e0ad4facd13d05e39f1a7536b.tar.gz |
Initial revision
Diffstat (limited to 'windows/bcc32/readme.txt')
-rwxr-xr-x | windows/bcc32/readme.txt | 25 |
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.
+
+
|