mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
13 lines
286 B
Makefile
13 lines
286 B
Makefile
MODULE = wmphoto.dll
|
|
IMPORTS = $(JXR_PE_LIBS) windowscodecs uuid ole32 oleaut32 propsys rpcrt4 shlwapi
|
|
EXTRAINCL = $(JXR_PE_CFLAGS)
|
|
PARENTSRC = ../windowscodecs
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
decoder.c \
|
|
jxrlib.c \
|
|
main.c \
|
|
wincodecs_common.c \
|
|
wmphoto.idl
|