Naming of .exe files
Posted: Sat Jun 06, 2009 5:30 pm
I have a project called ScanImagesCleanUp. I have a collection of .cpp files AU_PickList-n where n is the number of the file. Currently I can only have only 1 file under the src folder at any given time. Is it possible to have >1 file without a build error tellinge I have > 1 main?
When I build the current file it builds the .exe as ScanImagesCleanUp.exe rather than AU_PickList-n.exe. This means I lose any previous .exe versions. Is it possible to have the .exe follow the .cpp name rather than the project name?
When I build the current file it builds the .exe as ScanImagesCleanUp.exe rather than AU_PickList-n.exe. This means I lose any previous .exe versions. Is it possible to have the .exe follow the .cpp name rather than the project name?