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
0b4fe5e5
Commit
0b4fe5e5
authored
Apr 23, 2010
by
Kirill Smelkov
Committed by
Alexandre Julliard
Apr 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winebuild/winegcc: Allow building .dll.so without .spec file.
parent
38138784
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
main.c
tools/winebuild/main.c
+0
-1
winegcc.c
tools/winegcc/winegcc.c
+0
-2
No files found.
tools/winebuild/main.c
View file @
0b4fe5e5
...
...
@@ -621,7 +621,6 @@ int main(int argc, char **argv)
case
MODE_DLL
:
if
(
spec
->
subsystem
!=
IMAGE_SUBSYSTEM_NATIVE
)
spec
->
characteristics
|=
IMAGE_FILE_DLL
;
if
(
!
spec_file_name
)
fatal_error
(
"missing .spec file
\n
"
);
/* fall through */
case
MODE_EXE
:
load_resources
(
argv
,
spec
);
...
...
tools/winegcc/winegcc.c
View file @
0b4fe5e5
...
...
@@ -674,8 +674,6 @@ static void build(struct options* opts)
else
if
(
file
[
1
]
==
'x'
)
lang
=
file
;
}
if
(
opts
->
shared
&&
!
spec_file
)
error
(
"A spec file is currently needed in shared mode
\n
"
);
/* building for Windows is completely different */
...
...
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