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
475f2336
Commit
475f2336
authored
Aug 09, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify a base address for kernel and ntdll.
parent
86a47c4d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
Makedll.rules.in
dlls/Makedll.rules.in
+1
-1
Makefile.in
dlls/kernel/Makefile.in
+1
-0
Makefile.in
dlls/ntdll/Makefile.in
+1
-0
No files found.
dlls/Makedll.rules.in
View file @
475f2336
...
...
@@ -32,7 +32,7 @@ all: $(MODULE)$(DLLEXT) $(SUBDIRS)
# Rules for .so files
$(MODULE).so: $(MAINSPEC) $(ALL_OBJS) Makefile.in
$(WINEGCC) -B$(TOOLSDIR)/tools/winebuild -shared $(SRCDIR)/$(MAINSPEC) $(ALL_OBJS) $(SUBSYSTEM:%=-Wb,--subsystem,%) -o $@ $(DLL_LDPATH) $(ALL_IMPORTS:%=-l%) $(DELAYIMPORTS:%=-Wb,-d%) $(ALL_LIBS)
$(WINEGCC) -B$(TOOLSDIR)/tools/winebuild -shared $(SRCDIR)/$(MAINSPEC) $(ALL_OBJS) $(SUBSYSTEM:%=-Wb,--subsystem,%)
$(BASEADDRESS:%=-Wl,--image-base,%)
-o $@ $(DLL_LDPATH) $(ALL_IMPORTS:%=-l%) $(DELAYIMPORTS:%=-Wb,-d%) $(ALL_LIBS)
# Rules for .dll files
...
...
dlls/kernel/Makefile.in
View file @
475f2336
...
...
@@ -7,6 +7,7 @@ MODULE = kernel32.dll
IMPORTLIB
=
libkernel32.
$(IMPLIBEXT)
IMPORTS
=
ntdll
EXTRALIBS
=
$(LIBUNICODE)
@COREFOUNDATIONLIB@
BASEADDRESS
=
0x7b800000
SPEC_SRCS16
=
\
comm.drv.spec
\
...
...
dlls/ntdll/Makefile.in
View file @
475f2336
...
...
@@ -6,6 +6,7 @@ VPATH = @srcdir@
MODULE
=
ntdll.dll
IMPORTLIB
=
libntdll.
$(IMPLIBEXT)
EXTRALIBS
=
$(LIBUNICODE)
@IOKITLIB@
BASEADDRESS
=
0x7bc00000
C_SRCS
=
\
atom.c
\
...
...
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