Commit Graph

10 Commits

Author SHA1 Message Date
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
7b320c7bf6 Get rid of DOS line endings 2010-11-21 16:09:09 +01:00
333dfc7f13 Fix warnings from windows build related .rule files 2010-10-04 20:17:22 +05:30
a5071f1252 Fix version resources for app/ and add the same code for plug-ins 2010-09-30 00:47:58 +02:00
0c0470f9d6 use computed copyright year in Windows rc files 2010-09-28 17:56:16 +02:00
5f77a0c33f build/windows: remove trailing whitespace and fix file coding system 2010-09-01 14:14:57 +02:00
e77dd90fc0 Bug 574018 - Add a manifest to executables
Created a resource file for plug-ins and a rule to link it to them.
The application icon file is smaller than the default one, there's no
point in doubling the size of a plug-in executable just for an icon.

If no problems turn up, this will close the bug.
2010-09-01 08:24:45 +02:00
81024bd501 Adjusted copyright date to 2010 2010-09-01 08:19:24 +02:00
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
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