Subject: Re: [Boost-build] Alias problem
From: Konstantin Litvinenko (to.darkangel_at_[hidden])
Date: 2009-04-04 04:33:16


Sherwood Hu пишет:
>
> Thanks. It worked. But how to add two defines at the same time? I tried
>
> <define>_UNIT_TEST<define>_ENABLE_LOGGING

alias mylib : ../build/<define>_UNIT_TEST/<define>_ENABLE_LOGGING ;