After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692076 - $(EXEEXT) is missing for gtk-query-immodules-3.0
$(EXEEXT) is missing for gtk-query-immodules-3.0
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-01-19 13:33 UTC by Kouhei Sutou
Modified: 2013-01-21 03:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add missing $(EXEEXT) for gtk-query-immodules-3.0 (1.58 KB, patch)
2013-01-19 13:33 UTC, Kouhei Sutou
committed Details | Review

Description Kouhei Sutou 2013-01-19 13:33:15 UTC
Created attachment 233863 [details] [review]
Add missing $(EXEEXT) for gtk-query-immodules-3.0

This is similar to Bug 692073.
gtk-query-immodules-3.0 is also missing $(EXEEXT).

$(EXEEXT) isn't required for building GTK+ on Windows. But it is required for building GTK+ for Windows with Wine on GNU/Linux. Because GNU/Linux doesn't complement .exe automatically.
Comment 1 Matthias Clasen 2013-01-20 22:41:16 UTC
Review of attachment 233863 [details] [review]:

ok, would be nice to add some information to the commit message - like whats in the bug
Comment 2 Kouhei Sutou 2013-01-21 00:49:28 UTC
Thanks for your review.

(In reply to comment #1)
> Review of attachment 233863 [details] [review]:
> 
> ok, would be nice to add some information to the commit message - like whats in
> the bug

OK. I will add some information at the next time!
Comment 3 Matthias Clasen 2013-01-21 03:24:01 UTC
Attachment 233863 [details] pushed as a9ba448 - Add missing $(EXEEXT) for gtk-query-immodules-3.0