Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
7e6c75f1
Commit
7e6c75f1
authored
Jan 08, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Generate dependencies for rsrc.pot.
parent
fe6735b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Make.rules.in
Make.rules.in
+1
-1
makedep.c
tools/makedep.c
+1
-1
No files found.
Make.rules.in
View file @
7e6c75f1
...
...
@@ -179,7 +179,7 @@ install install-lib install-dev uninstall::
all: @MAINTAINER_MODE@ $(PO_SRCS:%=rsrc.pot)
$(PO_SRCS:%=rsrc.pot): $(WRC) $(PO_SRCS
)
rsrc.pot: $(WRC
)
$(LDPATH) $(WRC) $(RCFLAGS) -O pot -o $@ $(PO_SRCS)
$(MC_SRCS:.mc=.mc.rc): $(WMC)
...
...
tools/makedep.c
View file @
7e6c75f1
...
...
@@ -854,7 +854,7 @@ static int output_src( FILE *file, INCL_FILE *pFile, int *column )
}
else
if
(
!
strcmp
(
ext
,
"rc"
))
/* resource file */
{
*
column
+=
fprintf
(
file
,
"%s.res: %s"
,
obj
,
pFile
->
filename
);
*
column
+=
fprintf
(
file
,
"
rsrc.pot
%s.res: %s"
,
obj
,
pFile
->
filename
);
}
else
if
(
!
strcmp
(
ext
,
"mc"
))
/* message file */
{
...
...
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