Project options.
Executable Name - Normally, when the edit control is empty, the executable will get the same name as the project. You can change this by filling in this field. A few notes on the executable name: a) No file extension needed b) Long file names are not supported by the Turbo Assembler executables, keep it under 8 characters c) Tasm IDE will not check if the name is valid.
Definition File - If you want to use a definition file, enter it here.
Map File - When you select to create a map, and don't want it to have the same name as the executable, enter the alternative name here.
Libraries - You can include libraries and objects (.lib/.obj) here that should be linked in your project. Watch it: every file with extension asm is automatically linked, so don't include their objects. To add a libary, click on the add button. To remove a library from your project, select the project and click on the 'Remove' button.
Resources - Compiled resources (.res) can be linked into your project by adding them to the resources listbox. To add a resource, press the Add button. To remove one, select it and press the Remove button. Every file in your project with extension rc is automatically compiled to a res-file and linked.