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
5880ff01be8bdae02e8584a5e7744ef1e191f202
5880ff01be8bdae02e8584a5e7744ef1e191f202
Switch branch/tag
wine-winehq
dlls
w32skrnl
Makefile.in
Find file
Normal view
History
Permalink
Makefile.in
85 Bytes
Edit
Web IDE
Newer
Older
Changed builtin dlls file names to make it clear they are not normal
c1bfca04
Alexandre Julliard
committed
22 years ago
1
MODULE
=
w32skrnl.dll
dlls: Remove explicit imports of kernel32 and ntdll.
b86d515e
Alexandre Julliard
committed
14 years ago
2
IMPORTS
=
kernel
List 16-bit spec files explicitly to avoid problems with some versions
e048adab
Alexandre Julliard
committed
21 years ago
3
w32skrnl: Make w32sys.dll into a stand-alone 16-bit module.
b4d46258
Alexandre Julliard
committed
15 years ago
4
C_SRCS
=
w32skernel.c
Avoid some non-portable makefile constructs, and get rid of the
b4599521
Alexandre Julliard
committed
20 years ago
5
Moved dll-specific make rules to a separate Makedll.rules file.
d0edc5fe
Alexandre Julliard
committed
24 years ago
6
@MAKE_DLL_RULES@