Some Basic Question

Frank Benoit keinfarbton at nospam.xyz
Tue Aug 15 00:42:18 PDT 2006


>> When I import a module, how does the build
>> process find my source files.
> 
> It looks in your include path, which is in dmd/bin/sc.ini as the -I
> portion of the DFLAGS variable.
> 
I always use the 'build' tool from http://www.dsource.org/projects/build
to compile and link an executable in one step. It searches for all files
and calls dmd with the right parameters.



More information about the Digitalmars-d-learn mailing list