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
2caa99f2
Commit
2caa99f2
authored
Sep 20, 2002
by
Jon Griffiths
Committed by
Alexandre Julliard
Sep 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update output for current build process.
parent
d756a0ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
output.c
tools/winedump/output.c
+2
-2
No files found.
tools/winedump/output.c
View file @
2caa99f2
...
@@ -432,7 +432,7 @@ void output_makefile (void)
...
@@ -432,7 +432,7 @@ void output_makefile (void)
fprintf
(
makefile
,
fprintf
(
makefile
,
"# Generated from %s by winedump.
\n
TOPSRCDIR = @top_srcdir@
\n
"
"# Generated from %s by winedump.
\n
TOPSRCDIR = @top_srcdir@
\n
"
"TOPOBJDIR = ../..
\n
SRCDIR = @srcdir@
\n
VPATH = @srcdir@
\n
"
"TOPOBJDIR = ../..
\n
SRCDIR = @srcdir@
\n
VPATH = @srcdir@
\n
"
"MODULE = %s
\n
"
,
globals
.
input_name
,
OUTPUT_DLL_NAME
);
"MODULE = %s
.dll
\n
"
,
globals
.
input_name
,
OUTPUT_DLL_NAME
);
fprintf
(
makefile
,
"IMPORTS = user32 advapi32 kernel32 ntdll"
);
fprintf
(
makefile
,
"IMPORTS = user32 advapi32 kernel32 ntdll"
);
if
(
globals
.
forward_dll
)
if
(
globals
.
forward_dll
)
...
@@ -480,7 +480,7 @@ void output_install_script (void)
...
@@ -480,7 +480,7 @@ void output_install_script (void)
"cd $1
\n\n
sed '/dlls
\\
/"
"cd $1
\n\n
sed '/dlls
\\
/"
"x11drv
\\
/Makefile/{G;s/$/dlls
\\
/%s
\\
/Makefile/;}' configure.ac"
"x11drv
\\
/Makefile/{G;s/$/dlls
\\
/%s
\\
/Makefile/;}' configure.ac"
" >t.tmp
\n
mv -f t.tmp configure.ac
\n
echo Patched configure.ac
\n\n
"
" >t.tmp
\n
mv -f t.tmp configure.ac
\n
echo Patched configure.ac
\n\n
"
"sed '/all:/{G;s/$/
\\
^%s.dll$(DLLEXT)
\\\\
/;}'"
"sed '/
^
all:/{G;s/$/
\\
^%s.dll$(DLLEXT)
\\\\
/;}'"
" dlls/Makefile.in| tr ^
\\\\
t >t.tmp
\n
"
" dlls/Makefile.in| tr ^
\\\\
t >t.tmp
\n
"
"sed '/BASEDIRS =/{G;s/$/
\\
^%s
\\\\
/;}' t.tmp | tr ^
\\\\
t >t.tmp2"
"sed '/BASEDIRS =/{G;s/$/
\\
^%s
\\\\
/;}' t.tmp | tr ^
\\\\
t >t.tmp2"
"
\n
sed '/Map symlink name /{G;s/$/^
\\
$(RM)
\\
$
\\
@
\\
&
\\
&
\\
$
\\
"
"
\n
sed '/Map symlink name /{G;s/$/^
\\
$(RM)
\\
$
\\
@
\\
&
\\
&
\\
$
\\
"
...
...
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