mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
MODULE = windowscodecsext.dll
|
|
IMPORTLIB = windowscodecsext
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
main.c
|