Errors compiling DSSS

Jacob Carlborg doob at me.com
Tue Nov 27 12:44:09 PST 2012


On 2012-11-27 16:50, Gor Gyolchanyan wrote:
> Why do you think so? The build script is inseparable from the project
> source files. What makes the build script necessary to be separate?

BTW, how should the compiler handle these build settings? I mean, the 
compiler need to first find the file containing the build settings, 
somehow. Either by convention or by specify on the command line the file 
containing the build settings.

The problem, if you can have build settings in any source file, is that 
the compiler will first need to scan all source files for these 
settings. Then it needs to rescan the files again for the regular 
compile phase.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list