This website requires JavaScript.
Explore
Help
Register
Sign In
ReceiveTempSMS
/
Sweden-Number
Watch
1
Star
0
Fork
You've already forked Sweden-Number
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
60dc3d6280
Sweden-Number
/
dlls
/
w32skrnl
/
Makefile.in
7 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
Changed builtin dlls file names to make it clear they are not normal Unix libraries, and install them in $libdir/wine instead of $libdir to avoid name conflicts in /usr/lib.
2002-03-20 23:19:06 +01:00
MODULE
=
w32skrnl.dll
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 13:24:34 +02:00
IMPORTS
=
kernel
List 16-bit spec files explicitly to avoid problems with some versions of make.
2003-03-23 21:00:02 +01:00
w32skrnl: Make w32sys.dll into a stand-alone 16-bit module.
2009-03-24 09:42:02 +01:00
C_SRCS
=
w32skernel.c
Avoid some non-portable makefile constructs, and get rid of the ALTNAMES variable.
2004-08-12 01:59:06 +02:00
Moved dll-specific make rules to a separate Makedll.rules file.
2000-03-04 23:31:27 +01:00
@
M
A
K
E
_
D
L
L
_
R
U
L
E
S
@