Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Münchhalfen
wine
Commits
12d3d81c
Commit
12d3d81c
authored
21 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
Use a more portable way to generate authors.c.
parent
e617a9c5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dlls/shell32/Makefile.in
+3
-1
3 additions, 1 deletion
dlls/shell32/Makefile.in
with
3 additions
and
1 deletion
dlls/shell32/Makefile.in
+
3
−
1
View file @
12d3d81c
...
...
@@ -75,7 +75,9 @@ shell.spec.c: shell.spec version16.res
$(
WINEBUILD
)
$(
DEFS
)
$(
DLLFLAGS
)
-o
$@
--main-module
$(
MODULE
)
--res
version16.res
--spec
$(
SRCDIR
)
/shell.spec
authors.c
:
$(TOPSRCDIR)/AUTHORS
sed
-e
'1,2c const char * const SHELL_Authors[] = {'
-e
's/\(.*\)/ \"\1\",/'
-e
'$$a\ 0 };'
$(
TOPSRCDIR
)
/AUTHORS
>
$@
||
(
$(
RM
)
$@
&&
false
)
(
echo
'const char * const SHELL_Authors[] = {'
&&
\
sed
-e
'1,2d'
-e
's/\(.*\)/ \"\1\",/'
$(
TOPSRCDIR
)
/AUTHORS
&&
\
echo
' 0 };'
)
>
$@
||
(
$(
RM
)
$@
&&
false
)
depend
:
authors.c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment