Loading INSTALL.W32 +15 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,21 @@ Borland C++ builder 3 and 4 --------------------------- There are two alternatives. With Borland C++ Builder, Borland make and nasm, you can build with optimized assembler by doing the following: * Configure for building with Borland Builder: > perl Configure BC-32 * Create the appropriate makefile > ms\do_nasm * Build > make -f ms\bcb.mak The other (older) alternative builds using GNU make and doesn't use the optimized assembler code. You use it by doing the following: * Setup PATH. First must be GNU make then bcb4/bin * Run ms\bcb4.bat Loading Loading
INSTALL.W32 +15 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,21 @@ Borland C++ builder 3 and 4 --------------------------- There are two alternatives. With Borland C++ Builder, Borland make and nasm, you can build with optimized assembler by doing the following: * Configure for building with Borland Builder: > perl Configure BC-32 * Create the appropriate makefile > ms\do_nasm * Build > make -f ms\bcb.mak The other (older) alternative builds using GNU make and doesn't use the optimized assembler code. You use it by doing the following: * Setup PATH. First must be GNU make then bcb4/bin * Run ms\bcb4.bat Loading