Setting Build Options

Use options on the Build menu to control how and when the consolidated business function is built. This table describes the available options:

Option

Result

Build

Generates a makefile, compiles the selected business functions, and links the functions into the current consolidated DLL. Rebuilds only those components that are out of date.

Compile

Generates a makefile and compiles the selected business functions. The application does not link the functions into the current consolidated DLL.

ANSI Check

Reviews the selected business function for ANSI compatibility.

Link

Generates a makefile for each consolidated DLL and then builds each consolidated DLL. The application does not compile any of the selected business functions.

Link All

Generates a makefile for each consolidated DLL and then builds each consolidated DLL and links it to all business functions that are called. The application does not compile any of the selected business functions.

Rebuild Libraries

Rebuilds the consolidated DLL and static libraries from the .obj files.

Build All

Links and compiles all objects within each DLL.

Stop Build

Stops the build from finishing. The existing consolidated DLL remains intact.

Suppress Output

Limits the text that appears in Build Output.

Browse Info

Generates browse information when compiling business functions. Clear this option to expedite the build.

Precompiled Header

Creates a precompiled header when compiling a business function. When compiling multiple business functions, the Business Function Builder generally compiles faster if it uses a precompiled header.

Debug Info

Generates debug information when compiling. The Visual C++ can debug any function that was built with debug information. Clear this option to expedite the build.

Full Bind

Resolves all of the external runtime references for each JD Edwards EnterpriseOne consolidated DLL.