mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
17 lines
257 B
Makefile
17 lines
257 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = olesvr32.dll
|
|
IMPORTS = kernel32
|
|
ALTNAMES = olesvr.dll
|
|
|
|
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
|
|
|
|
C_SRCS = \
|
|
olesvr_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|