mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
4bd374fa07
functions implemented.
15 lines
212 B
Makefile
15 lines
212 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = atl.dll
|
|
IMPORTS = ole32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
atl_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|