mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] package removal


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] package removal
Date: Mon, 25 Jan 2010 17:14:51 +1100

>
> Having a way to exclude packages from the build *may* be useful
> though. Something like:
>
> make no-qt no-wxwidgets
>
> would be good for someone who uses gtk and a long list of other
> libraries, but rm works well enough.

Actually, you could use the dependency magic with a pseudo package:

src/my-packages.mk

PKG             := my-packages
$(PKG)_DEPS     := gtk boost ..... and a long list of packages you're
interested in

then simply:

make my-packages


Tony




reply via email to

[Prev in Thread] Current Thread [Next in Thread]