Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
9967893f
Commit
9967893f
authored
Mar 25, 2003
by
Sven Neumann
Browse files
more gimp-intl.h fixes
parent
16f265aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9967893f
...
...
@@ -10,6 +10,8 @@
* app/base/Makefile.am
* app/core/Makefile.am
* app/display/Makefile.am
* app/paint/Makefile.am
* app/text/Makefile.am
* app/widgets/Makefile.am: changed rules that generate enums code
to include gimp-intl.h instead of libgimp-intl.h.
app/paint/Makefile.am
View file @
9967893f
...
...
@@ -71,7 +71,7 @@ CLEANFILES = $(gen_sources)
$(srcdir)/paint-enums.c
:
$(srcdir)/paint-enums.h $(GIMP_MKENUMS)
$(GIMP_MKENUMS)
\
--fhead
"#include
\"
config.h
\"\n
#include <glib-object.h>
\n
#include
\"
paint-enums.h
\"\n
#include
\"
lib
gimp
/gimp
intl.h
\"
"
\
--fhead
"#include
\"
config.h
\"\n
#include <glib-object.h>
\n
#include
\"
paint-enums.h
\"\n
#include
\"
gimp
-
intl.h
\"
"
\
--fprod
"
\n
/* enumerations from
\"
@filename@
\"
*/"
\
--vhead
"
\n
static const GEnumValue @enum_name@_enum_values[] =
\n
{"
\
--vprod
" { @VALUENAME@, @valuedesc@,
\"
@valuenick@
\"
},"
\
...
...
app/text/Makefile.am
View file @
9967893f
...
...
@@ -39,7 +39,7 @@ CLEANFILES = $(gen_sources)
$(srcdir)/text-enums.c
:
$(srcdir)/text-enums.h $(GIMP_MKENUMS)
$(GIMP_MKENUMS)
\
--fhead
"#include
\"
config.h
\"\n
#include <glib-object.h>
\n
#include
\"
text-enums.h
\"\n
#include
\"
lib
gimp
/gimp
intl.h
\"
"
\
--fhead
"#include
\"
config.h
\"\n
#include <glib-object.h>
\n
#include
\"
text-enums.h
\"\n
#include
\"
gimp
-
intl.h
\"
"
\
--fprod
"
\n
/* enumerations from
\"
@filename@
\"
*/"
\
--vhead
"
\n
static const GEnumValue @enum_name@_enum_values[] =
\n
{"
\
--vprod
" { @VALUENAME@, @valuedesc@,
\"
@valuenick@
\"
},"
\
...
...
Write
Preview
Supports
Markdown
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