Build action
"Lars Ivar Igesund" <[email protected]>
| Newsgroups | gmane.comp.tools.aap.devel |
|---|---|
| Message-ID | <04b101c372d4$9a2d0220$0200000a@mesmer> |
Hi again The default BUILD_ACTION creates similar problems like the ones created by COMPILE_ACTION. It is not necessarily the object files themselves that cause trouble since they might be compatible with others (gcc is used for linking on linux), but the D compiler/linker needs to link in the D runtime which means that I need to change the BUILD_ACTION in some way. Should it be solved by :route and an :action dbuild with an accompanying D_BUILD_ACTION, or are there other, better solutions? Maybe a check in :action build for which compiler was used? Lars Ivar Igesund