Commit graph

11 commits

Author SHA1 Message Date
Bruno Lopes
452f9a3951
build, extensions, plug-ins: Add support to MSVC's resource compiler too
This allows us to support both rc.exe (MSVC) and windres.exe (GNU)
2025-11-29 18:18:57 -03:00
Bruno Lopes
089f98f795 build/windows: Use special fileicon for XCF on Installer and MSIX
Closes: #issue_sha
2025-03-31 10:50:49 +00:00
Jehan
b41fe61698 build/windows: generate fileicon .png's for MS Store and drop .ico
Also update the gimp.rc and delete the committed fileicon.ico now that
gimp-data generates this file the same way as these PNG fileicon-s.
2024-04-21 18:15:32 -03:00
Jehan
c3840c63e8 build: gimp.ico now generated from the new icon. 2024-03-28 00:19:10 +01:00
Jehan
9d279a60ce meson: moving away from meson subprojects in favor of git submodules.
Meson subprojects just have too many problems and limitations and I can foresee
the maintenance headache and the future incoming false-positive bug reports if
we start using meson subprojects.

Comparing to the simplicity of git submodule which also has much better
notifications to help people understand when the submodule is not in sync and
how to remedy to it.

See commit gimp-data@c364adb explaining the main reasons in detail.
2024-03-28 00:19:10 +01:00
Jehan
1854e65667 build: use the icon file from the gimp-data subproject. 2024-03-28 00:19:10 +01:00
Salamandar
8feb51954b Fix encoding. The world should be utf-8. 2018-06-15 17:34:59 +00:00
Michael Schumacher
a5071f1252 Fix version resources for app/ and add the same code for plug-ins 2010-09-30 00:47:58 +02:00
Nils Philippsen
0c0470f9d6 use computed copyright year in Windows rc files 2010-09-28 17:56:16 +02:00
Michael Schumacher
81024bd501 Adjusted copyright date to 2010 2010-09-01 08:19:24 +02:00
Michael Schumacher
82dca2ecf4 Bug 574018 - Add a manifest to executables
Eventually all executables will have the manifest and version resources
linked. In this initial step, the current resources are moved from the
app/ directory to a global build/windows directory.
2010-08-26 22:10:07 +02:00
Renamed from app/gimp.rc.in (Browse further)