Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
a5071f12
Commit
a5071f12
authored
Sep 30, 2010
by
Michael Schumacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix version resources for app/ and add the same code for plug-ins
parent
50efb962
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
build/windows/gimp-plug-ins.rc.in
build/windows/gimp-plug-ins.rc.in
+2
-1
build/windows/gimp.rc.in
build/windows/gimp.rc.in
+1
-1
build/windows/gimprc-plug-ins.rule
build/windows/gimprc-plug-ins.rule
+1
-0
build/windows/gimprc.rule
build/windows/gimprc.rule
+1
-1
No files found.
build/windows/gimp-plug-ins.rc.in
View file @
a5071f12
#include <winver.h>
#include "git-version.h"
#define _QUOTE(x) #x
#define QUOTE(x) _QUOTE(x)
...
...
@@ -16,7 +17,7 @@
#define VER_INTERNALNAME_STR QUOTE(INTERNALNAME_STR)
#define VER_ORIGINALFILENAME_STR QUOTE(ORIGINALFILENAME_STR)
#define VER_LEGALCOPYRIGHT_STR "Copyright 1995-2
010"
#define VER_LEGALCOPYRIGHT_STR "Copyright 1995-"
GIMP_GIT_LAST_COMMIT_YEAR
#ifndef DEBUG
#define VER_DEBUG 0
...
...
build/windows/gimp.rc.in
View file @
a5071f12
...
...
@@ -18,7 +18,7 @@
#define VER_INTERNALNAME_STR QUOTE(INTERNALNAME_STR)
#define VER_ORIGINALFILENAME_STR QUOTE(ORIGINALFILENAME_STR)
#define VER_LEGALCOPYRIGHT_STR
CONCAT(
"Copyright 1995-",
GIMP_GIT_LAST_COMMIT_YEAR)
#define VER_LEGALCOPYRIGHT_STR "Copyright 1995-" GIMP_GIT_LAST_COMMIT_YEAR
#ifndef DEBUG
#define VER_DEBUG 0
...
...
build/windows/gimprc-plug-ins.rule
View file @
a5071f12
...
...
@@ -3,4 +3,5 @@
$(WINDRES) --define ORIGINALFILENAME_STR="$*$(EXEEXT)" \
--define INTERNALNAME_STR="$*" \
--define TOP_SRCDIR="$(top_srcdir)" \
-I$(top_srcdir)/app \
$< $@
build/windows/gimprc.rule
View file @
a5071f12
...
...
@@ -3,5 +3,5 @@
$(WINDRES) --define ORIGINALFILENAME_STR="$*$(EXEEXT)" \
--define INTERNALNAME_STR="$*" \
--define TOP_SRCDIR="$(top_srcdir)" \
-I$(top_srcdir)/app \
-I$(top_srcdir)/app \
$< $@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment