mirror of
https://github.com/reactos/wine.git
synced 2025-01-24 12:57:26 +00:00
17 lines
215 B
Makefile
17 lines
215 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msacm
|
|
|
|
C_SRCS = \
|
|
msacm_main.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|
|
|