mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
b459952144
ALTNAMES variable.
19 lines
260 B
Makefile
19 lines
260 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = olecli32.dll
|
|
IMPORTS = ole32 gdi32 kernel32
|
|
|
|
C_SRCS = \
|
|
olecli_main.c
|
|
|
|
C_SRCS16 = \
|
|
olecli16.c
|
|
|
|
SPEC_SRCS16 = olecli.spec
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|