mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 09:20:56 +00:00
15 lines
216 B
Makefile
15 lines
216 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msnet32
|
|
|
|
SPEC_SRCS = msnet32.spec
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|