mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
19 lines
239 B
Makefile
19 lines
239 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msacm
|
|
|
|
SPEC_SRCS = msacm.spec
|
|
|
|
C_SRCS = \
|
|
msacm_main.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|
|
|