mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
6 lines
100 B
Makefile
6 lines
100 B
Makefile
MODULE = windowscodecsext.dll
|
|
IMPORTLIB = windowscodecsext
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
main.c
|