mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
13 lines
192 B
Makefile
13 lines
192 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = inetmib1.dll
|
|
IMPORTS = snmpapi
|
|
DELAYIMPORTS = iphlpapi
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_DLL_RULES@
|