mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
17 lines
287 B
Makefile
17 lines
287 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
MODULE = gameux.dll
|
|
IMPORTS = uuid shell32 oleaut32 ole32 user32 advapi32 shlwapi
|
|
|
|
C_SRCS = \
|
|
factory.c \
|
|
gameexplorer.c \
|
|
gamestatistics.c \
|
|
main.c
|
|
|
|
IDL_TLB_SRCS = gameux_tlb.idl
|
|
IDL_R_SRCS = gameux_tlb.idl
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|