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
c0dff8ac44d89d3a5a83b0e588cf4f66f58756a3
c0dff8ac44d89d3a5a83b0e588cf4f66f58756a3
Switch branch/tag
wine-winehq
dlls
ddeml.dll16
Makefile.in
Find file
Normal view
History
Permalink
Makefile.in
100 Bytes
Edit
Web IDE
Newer
Older
user32: Make ddeml.dll into a stand-alone 16bit module.
a0053ab9
Eric Pouech
committed
15 years ago
1
MODULE
=
ddeml.dll16
dlls: Remove explicit imports of kernel32 and ntdll.
b86d515e
Alexandre Julliard
committed
14 years ago
2
3
IMPORTS
=
user32
EXTRADLLFLAGS
=
-m16
user32: Make ddeml.dll into a stand-alone 16bit module.
a0053ab9
Eric Pouech
committed
15 years ago
4
5
6
7
C_SRCS
=
ddeml.c
@MAKE_DLL_RULES@