mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
15 lines
250 B
Makefile
15 lines
250 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rasapi32.dll
|
|
IMPORTS = kernel32
|
|
ALTNAMES = rasapi16.dll
|
|
|
|
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
|
|
|
|
C_SRCS = rasapi.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|