15 lines
294 B
Makefile
15 lines
294 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
|
|
|
|
C_SRCS = \
|
|
decoder.c \
|
|
jxrlib.c \
|
|
main.c \
|
|
wincodecs_common.c
|
|
|
|
IDL_SRCS = wmphoto.idl
|