Use this command to build the files in the active project into an exe file that can be run outside of the ATEasy development environment. The Rebuild All command compiles all files in the project, regardless of whether they have changed since the last build.
To build only those files that have changed since the last build, use Build.
By default, the EXE or DLL file has the same name and location as the project (prj) file. You can change the file name and location of the file in the Project Properties dialog box. After building the file, you copy put the compiled application into production for use by other test engineers and technicians.