Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
b6e50261
Commit
b6e50261
authored
Oct 12, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Always use the global SOURCES variable for .in files.
parent
c047bb6e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
13 deletions
+7
-13
Makefile.in
dlls/wineandroid.drv/Makefile.in
+3
-8
Makefile.in
tools/Makefile.in
+2
-4
make_makefiles
tools/make_makefiles
+2
-1
No files found.
dlls/wineandroid.drv/Makefile.in
View file @
b6e50261
...
...
@@ -3,18 +3,13 @@ UNIXLIB = wineandroid.so
IMPORTS
=
ntoskrnl
UNIX_LIBS
=
-lwin32u
$(PTHREAD_LIBS)
C_SRCS
=
\
SOURCES
=
\
build.gradle.in
\
device.c
\
dllmain.c
\
init.c
\
keyboard.c
\
opengl.c
\
window.c
IN_SRCS
=
\
build.gradle.in
SVG_SRCS
=
\
window.c
\
wine.svg
EXTRA_TARGETS
=
wine-debug.apk
tools/Makefile.in
View file @
b6e50261
PROGRAMS
=
\
make_xftmpl
C_SRCS
=
\
make_xftmpl.c
IN_SRCS
=
\
SOURCES
=
\
make_xftmpl.c
\
wineapploader.in
tools/make_makefiles
View file @
b6e50261
...
...
@@ -369,7 +369,8 @@ sub assign_sources_to_makefiles(@)
}
elsif
(
$name
=~
/\.in$/
)
{
push
@
{
$
{
$make
}{
"=IN_SRCS"
}},
$name
;
push
@
{
$
{
$make
}{
"=SOURCES"
}},
$name
;
next
;
}
elsif
(
$name
=~
/\.spec$/
)
{
...
...
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