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
4c062b37
Commit
4c062b37
authored
Mar 10, 2014
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c2man: Remove a possible path from the spec file name.
parent
727ff279
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
c2man.pl
tools/c2man.pl
+3
-2
No files found.
tools/c2man.pl
View file @
4c062b37
...
...
@@ -99,13 +99,14 @@ sub process_extra_comment($);
sub
process_spec_file
($)
{
my
$spec_name
=
shift
;
my
(
$dll_name
,
$dll_ext
)
=
split
(
/\./
,
$spec_name
);
(
my
$basename
=
$spec_name
)
=~
s/.*\///
;
my
(
$dll_name
,
$dll_ext
)
=
split
(
/\./
,
$basename
);
$dll_ext
=
"dll"
if
(
$dll_ext
eq
"spec"
);
my
$uc_dll_name
=
uc
$dll_name
;
my
$spec_details
=
{
NAME
=>
$
spec_
name
,
NAME
=>
$
base
name
,
DLL_NAME
=>
$dll_name
,
DLL_EXT
=>
$dll_ext
,
NUM_EXPORTS
=>
0
,
...
...
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