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
35c743bf
Commit
35c743bf
authored
May 11, 2011
by
André Hentschel
Committed by
Alexandre Julliard
May 11, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemaker: Let winegcc generate the app loader script.
parent
fb787da6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
winemaker
tools/winemaker
+3
-3
No files found.
tools/winemaker
View file @
35c743bf
...
...
@@ -2448,7 +2448,7 @@ sub generate_project_files($)
print
FILEO
" \$(SUBDIRS)"
;
}
if
(
@
{
@$project
[
$P_TARGETS
]}
>
0
)
{
print
FILEO
" \$(DLLS:%=%.so) \$(EXES
:%=%.so
)"
;
print
FILEO
" \$(DLLS:%=%.so) \$(EXES)"
;
}
print
FILEO
"\n\n"
;
print
FILEO
"### Build rules\n"
;
...
...
@@ -2482,7 +2482,7 @@ sub generate_project_files($)
print
FILEO
"\n"
;
print
FILEO
"clean:: \$(SUBDIRS:%=%/__clean__) \$(EXTRASUBDIRS:%=%/__clean__)\n"
;
print
FILEO
"\t\$(RM) \$(CLEAN_FILES) \$(RC_SRCS:.rc=.res) \$(C_SRCS:.c=.o) \$(CXX_SRCS:.cpp=.o)\n"
;
print
FILEO
"\t\$(RM) \$(DLLS:%=%.so) \$(EXES
:%=%.so) \$(EXES:%.exe=%
)\n"
;
print
FILEO
"\t\$(RM) \$(DLLS:%=%.so) \$(EXES
) \$(EXES:%=%.so
)\n"
;
print
FILEO
"\n"
;
print
FILEO
"\$(SUBDIRS:%=%/__clean__): dummy\n"
;
print
FILEO
"\tcd `dirname \$\@` && \$(MAKE) clean\n"
;
...
...
@@ -2503,7 +2503,7 @@ sub generate_project_files($)
}
elsif
(
@$target
[
$T_TYPE
]
==
$TT_DLL
)
{
print
FILEO
"\$(${canon}_MODULE).so: \$(${canon}_OBJS) \$(${canon}_MODULE:.dll=.spec)\n"
;
}
else
{
print
FILEO
"\$(${canon}_MODULE)
.so
: \$(${canon}_OBJS)\n"
;
print
FILEO
"\$(${canon}_MODULE): \$(${canon}_OBJS)\n"
;
}
if
(
@
{
@$target
[
$T_SOURCES_CXX
]}
>
0
or
@
{
@$project_settings
[
$T_SOURCES_CXX
]}
>
0
)
{
print
FILEO
"\t\$(CXX)"
;
...
...
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