Commit graph

9 commits

Author SHA1 Message Date
Jehan
5b58cc4b7c build: fix header search paths for windres calls (Win32 build).
The Win32 build was not taking the new path of git-version.h into
account and was outputting these errors:
> ../build/windows/gimp.rc:2:10: fatal error: git-version.h: No such file or directory
>  #include "git-version.h"
>           ^~~~~~~~~~~~~~~
2018-02-12 18:55:50 +01:00
Jehan
1ed8ceeb1a build/windows: fix Windows build.
`windres` seems a very stupid tool and it breaks with double shlashes
in parameter paths. Strengthen the rule a little.
2015-12-29 18:58:34 +01:00
Jehan
8c1cd7caac Makefile: fix VPATH builds for win32. 2014-09-14 18:28:26 +02:00
Michael Schumacher
88b916a4ab Different resource rule approach
The last change fixed the warnings, but broke the build.
This reintroduces some warnings, but fixes the build again.
2011-04-15 21:55:34 +02:00
Michael Natterer
7b320c7bf6 Get rid of DOS line endings 2010-11-21 16:09:09 +01:00
Mukund Sivaraman
333dfc7f13 Fix warnings from windows build related .rule files 2010-10-04 20:17:22 +05:30
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
9781cf1523 Bug 574018 - Add a manifest to executables
This step moves the %.rc.o pattern rule to a small include file in the
build/windows/ directory. Michael Natterer suggested this approach in
order to minimize the changes done to each executable's Makefile.am.
2010-08-27 21:31:38 +02:00