Re: [sigc] How to include libsigc
- From: Paul Giblock <paul paulzor com>
- To: paul linuxaudiosystems com
- Cc: libsigc-list gnome org
- Subject: Re: [sigc] How to include libsigc
- Date: Mon, 13 Jun 2005 19:17:11 -0400
I normally just write my Makefiles by hand, so I found this to work:
widget.o: widget.cpp widget.h
g++ ${CCFLAGS} -c widget.cpp `pkg-config --cflags --libs sigc
++-2.0`
However, what are the advantages/disadvantages to this and the method
Jeff described earlier?
-P
> for the love of all that is holy, don't do it. auto* were a step up once
> but no more. project after project is dropping them because of the
> extreme kludge level these tools represent. not to mention an almost MS-
> like attitude that enables dropping forward *and* back compatibility
> every other major release. there are lots of ways of doing exactly the
> same things with regular make or with my now-preferred build tool,
> scons.
>
> --p
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]