How to handle differrnt modules which has same file name ?

Sascha Katzner sorry.no at spam.invalid
Tue Nov 20 04:16:50 PST 2007


z_axis wrote:
> what is the best way to solve this problem ?

Build them separately in their directories (via -c) and at the end link
all together via:

dmd -oftest.exe test.obj p1\a.obj p2\a.obj

LLAP,
Sascha Katzner


More information about the Digitalmars-d-learn mailing list