Makefile, compilation and linkage

Pedro Lacerda pslacerda at gmail.com
Thu Feb 9 05:47:06 PST 2012


Hi all,

My directory tree:

proj/
├── Makefile
├── bin/
├── C/
│   └── ev.h
├── deimos/
│   └── ev.d
└── proj/
    └── main.d

In my makefile I want:

   - compile deimos/ev.d
   - compile proj/main.d
   - link all together in bin/

Do you have some sugestion?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20120209/2d5a500a/attachment.html>


More information about the Digitalmars-d-learn mailing list