Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
0c5d619bd38554d406b11973cdd5653192137025
0c5d619bd38554d406b11973cdd5653192137025
Switch branch/tag
wine-cw
dlls
winejoystick.drv
Makefile.in
Find file
Normal view
History
Permalink
Makefile.in
96 Bytes
Edit
Web IDE
Newer
Older
joystick.drv: Renamed the dlls/winmm/joystick directory to dlls/winejoystick.drv.
f231a70f
Alexandre Julliard
committed
18 years ago
1
MODULE
=
winejoystick.drv
dlls: Remove explicit imports of kernel32 and ntdll.
b86d515e
Alexandre Julliard
committed
14 years ago
2
IMPORTS
=
winmm user32
Start using import tables for dlls that can already support it.
27939f00
Alexandre Julliard
committed
24 years ago
3
Moved hardware related handling to dlls/winmm/joystick driver.
2a3b0a1d
Eric Pouech
committed
24 years ago
4
5
6
C_SRCS
=
\
joystick.c
Moved dll-specific make rules to a separate Makedll.rules file.
d0edc5fe
Alexandre Julliard
committed
24 years ago
7
@MAKE_DLL_RULES@