Emmanuele Bassi
|
803ae6a62f
|
examples: Rename the pkg-config file for GTK 4
We dropped the '+' and the major.minor version from the pkg-config file
name.
|
2019-02-05 10:27:57 +01:00 |
|
Mohammed Sadiq
|
c5976fed9a
|
examples: Fix Makefiles to use gtk4 for build
|
2018-05-07 22:29:32 +05:30 |
|
Matthias Clasen
|
22b6df025e
|
Fix example Makefiles
Put OBJS before LIBS on the commandline to make things
work better.
https://bugzilla.gnome.org/show_bug.cgi?id=768142
|
2016-07-03 13:54:11 -04:00 |
|
Emmanuele Bassi
|
9aae351487
|
examples: Clean up the standalone Makefiles
Do not hardcode GCC as the compiler; use $(shell) expansion instead of
backticks; split the built source into its own variable.
|
2015-05-26 18:01:39 +01:00 |
|
Emmanuele Bassi
|
c55c18c23e
|
examples: Fix clean rule in stand alone Makefiles
Remove all the built files, including the exampleapp binary.
|
2014-12-06 13:30:24 +00:00 |
|
Emmanuele Bassi
|
3b2cf140a2
|
Add standalone Makefile for the examples
We want to allow people to build the examples easily, without
necessarily requiring them to build the whole of GTK+.
https://bugzilla.gnome.org/show_bug.cgi?id=741041
|
2014-12-02 19:23:50 +00:00 |
|