annotate dwindows1.pc.in @ 1853:4790589f52a9

Initial commit for new dw_signal_connect_data() function... Same as dw_signal_connect() but it has an additional callback parameter that gets called when the callback is being removed. This allows me to free memory allocated for the data parameter and prevent memory leaks in godwindows... Tested GTK and Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 27 Feb 2013 19:14:22 +0000
parents 5f0e4ca14dcd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1850
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1 prefix=@prefix@
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2 exec_prefix=${prefix}
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3 libdir=${exec_prefix}/lib
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4 includedir=${exec_prefix}/include
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6 Name: dwindows
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
7 Description: Dynamic Windows Cross platform UI Toolkit
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
8 Version: @VERSION@
1852
5f0e4ca14dcd Whoops missing some vital parts from the dwindows1.pc.in file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 1850
diff changeset
9 Libs: -L${prefix}/lib -ldwindows @LIBS@
5f0e4ca14dcd Whoops missing some vital parts from the dwindows1.pc.in file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 1850
diff changeset
10 Cflags: -I${prefix}/include @CFLAGS@ -D@DW_DEFINE@