Building a custom global optimizer

Most languages have a Project Build facility that automates the process of building a DLL file. The following procedure guides you through the process of building a project in general terms. Refer to the documentation for the application language you’re using for specific instructions.

To build a custom global optimizer

1.    Invoke the Compiler environment.

2.    Add all the source files to the project or make file.

3.    Under project options, specify the project type as a Windows DLL.

4.    Under compiler options, specify the following:

      Memory Model to be Large.

      Windows Prolog/Epilog to be Real Mode_far Functions.

5.    Build the project.