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
bc965039
Commit
bc965039
authored
Nov 30, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Include AUTHORS file directly from the top-level directory.
parent
67f9b6e3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
6 deletions
+2
-6
.gitignore
.gitignore
+0
-1
configure
configure
+0
-3
configure.ac
configure.ac
+0
-1
Makefile.in
dlls/shell32/Makefile.in
+2
-0
make_makefiles
tools/make_makefiles
+0
-1
No files found.
.gitignore
View file @
bc965039
...
...
@@ -126,7 +126,6 @@ dlls/rpcrt4/tests/server_c.c
dlls/rpcrt4/tests/server_s.c
dlls/scrrun/scrrun.h
dlls/scrrun/tests/scrrun.h
dlls/shell32/AUTHORS
dlls/sti/sti_wia.h
dlls/sti/sti_wia_p.c
dlls/urlmon/urlmon_urlmon.h
...
...
configure
View file @
bc965039
...
...
@@ -16679,8 +16679,6 @@ all: Makefile
Makefile: Makefile.in Make.vars.in Make.rules config.status
@./config.status Make.tmp Makefile"
ac_config_links
=
"
$ac_config_links
dlls/shell32/AUTHORS:AUTHORS"
wine_fn_config_symlink
-d
dlls/shell32 dlls/shell32/AUTHORS
if
test
"x
$enable_fonts
"
!=
xno
;
then
ac_config_links
=
"
$ac_config_links
fonts/marlett.ttf:fonts/marlett.ttf"
ac_config_links
=
"
$ac_config_links
fonts/symbol.ttf:fonts/symbol.ttf"
...
...
@@ -18286,7 +18284,6 @@ do
case
$ac_config_target
in
"include/config.h") CONFIG_HEADERS="
$CONFIG_HEADERS
include/config.h" ;;
"include/stamp-h") CONFIG_COMMANDS="
$CONFIG_COMMANDS
include/stamp-h" ;;
"dlls/shell32/AUTHORS") CONFIG_LINKS="
$CONFIG_LINKS
dlls/shell32/AUTHORS:AUTHORS" ;;
"fonts/marlett.ttf") CONFIG_LINKS="
$CONFIG_LINKS
fonts/marlett.ttf:fonts/marlett.ttf" ;;
"fonts/symbol.ttf") CONFIG_LINKS="
$CONFIG_LINKS
fonts/symbol.ttf:fonts/symbol.ttf" ;;
"fonts/tahoma.ttf") CONFIG_LINKS="
$CONFIG_LINKS
fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
...
...
configure.ac
View file @
bc965039
...
...
@@ -2669,7 +2669,6 @@ all: Makefile
Makefile: Makefile.in Make.vars.in Make.rules config.status
@./config.status Make.tmp Makefile])
WINE_CONFIG_SYMLINK(dlls/shell32,,[AUTHORS])
WINE_CONFIG_SYMLINK(fonts,fonts,[marlett.ttf,symbol.ttf,tahoma.ttf,tahomabd.ttf],enable_fonts)
WINE_CONFIG_SYMLINK(loader,loader,[l_intl.nls])
WINE_CONFIG_SYMLINK(po,po,[LINGUAS])
...
...
dlls/shell32/Makefile.in
View file @
bc965039
...
...
@@ -4,6 +4,8 @@ IMPORTLIB = shell32
IMPORTS
=
uuid shlwapi user32 gdi32 advapi32
DELAYIMPORTS
=
ole32 oleaut32 shdocvw version comctl32
EXTRALIBS
=
@CORESERVICESLIB@
# AUTHORS file is in the top-level directory
EXTRAINCL
=
-I
$(top_srcdir)
C_SRCS
=
\
appbar.c
\
...
...
tools/make_makefiles
View file @
bc965039
...
...
@@ -87,7 +87,6 @@ my @ignores = (
"Makefile"
,
"dlldata.c"
,
"dlls/*/*.def"
,
"dlls/shell32/AUTHORS"
,
"*/*/tests/testlist.c"
,
"include/config.h"
,
"include/stamp-h"
,
...
...
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