forked from GNOME/gimp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For Win32, install gimpthumb.def, like the .def files of the other
2004-04-15 Tor Lillqvist <[email protected]> * libgimpthumb/Makefile.am: For Win32, install gimpthumb.def, like the .def files of the other libgimp* libs. * app/Makefile.am (INCLUDES): Add PANGOFT2_CFLAGS. * gimp-zip.in: Put also libgimpthumb in the developer package.
- Loading branch information
Showing
4 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2004-04-15 Tor Lillqvist <[email protected]> | ||
|
||
* libgimpthumb/Makefile.am: For Win32, install gimpthumb.def, like | ||
the .def files of the other libgimp* libs. | ||
|
||
* app/Makefile.am (INCLUDES): Add PANGOFT2_CFLAGS. | ||
|
||
* gimp-zip.in: Put also libgimpthumb in the developer package. | ||
|
||
2004-04-15 Sven Neumann <[email protected]> | ||
|
||
* plug-ins/winicon/icodialog.c: fixed gtk+ includes, added a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ bin/libgimpbase-@GIMP_API_VERSION@-@[email protected] | |
bin/libgimpcolor-@GIMP_API_VERSION@-@[email protected] | ||
bin/libgimpmath-@GIMP_API_VERSION@-@[email protected] | ||
bin/libgimpmodule-@GIMP_API@-@[email protected] | ||
bin/libgimpthumb-@GIMP_API@-@[email protected] | ||
bin/libgimpui-@GIMP_API_VERSION@-@[email protected] | ||
bin/libgimpwidgets-@GIMP_API_VERSION@-@[email protected] | ||
lib/gimp/@GIMP_PLUGIN_VERSION@/environ | ||
|
@@ -48,6 +49,8 @@ lib/gimpmath.def | |
lib/libgimpmodule-@[email protected] | ||
lib/gimpmodule-@[email protected] | ||
lib/gimpmodule.def | ||
lib/gimpthumb-@[email protected] | ||
lib/gimpthumb.def | ||
lib/libgimpui-@[email protected] | ||
lib/gimpui-@[email protected] | ||
lib/gimpui.def | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters