mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +00:00
19 lines
261 B
Makefile
19 lines
261 B
Makefile
MODULE = winemac.drv
|
|
IMPORTS = user32 gdi32 advapi32
|
|
EXTRALIBS = -framework AppKit
|
|
|
|
C_SRCS = \
|
|
display.c \
|
|
gdi.c \
|
|
macdrv_main.c \
|
|
surface.c \
|
|
window.c
|
|
|
|
OBJC_SRCS = \
|
|
cocoa_app.m \
|
|
cocoa_display.m \
|
|
cocoa_main.m \
|
|
cocoa_window.m
|
|
|
|
@MAKE_DLL_RULES@
|