3.6.1 Specifying the Build Type, Header File, and Filename
To specify the build type, header file, and filename, follow these steps:
- In the project_name dialog box, click the Build tab to display the Build page.
Figure 3-2 Build Page
- In the Build Types field of the Build page, click the down arrow and choose one of the following:
- Server
- Native client or Workstation client
Note:
Windows desktop users can select only Workstation Client type.If You Select . . . Then, After Making Your Selection . . . Server Enter information in the Initialization, cleanup, and Entry Point fields, Proceed to step 3. Native Client or Workstation Client Proceed to step 3. The Initialization and Cleanup options allow you to override the default init/exit functions by specifying valid function names. The Entry Point option allows you to specify the name of the function generated by
BuildTuxedo
. After specifying its name, you can call the function from anywhere in the application. - In the Header File field of the Build page, enter
stdafx.h
. - In the File Name field of the Build page, enter the name of the
C or C++ file to be generated and maintained by
BuildTuxedo
.
Parent topic: Setting Up Your Environment