mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
18 lines
204 B
Makefile
18 lines
204 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = icmp
|
|
SOVERSION = 1.0
|
|
|
|
SPEC_SRCS = icmp.spec
|
|
|
|
C_SRCS = icmp_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|
|
|
|
|