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
a100550383
Sweden-Number
/
dlls
/
winejoystick.drv
/
Makefile.in
8 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
joystick.drv: Renamed the dlls/winmm/joystick directory to dlls/winejoystick.drv.
2006-12-29 14:29:20 +01:00
MODULE
=
winejoystick.drv
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 13:24:34 +02:00
IMPORTS
=
winmm user32
Start using import tables for dlls that can already support it.
2000-11-12 04:50:10 +01:00
Moved hardware related handling to dlls/winmm/joystick driver. Got rid of joySendMessages() hack (now implementation with a timer).
2000-02-26 14:14:04 +01:00
C_SRCS
=
\
joystick.c
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
@