mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
12 lines
205 B
Makefile
12 lines
205 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = imaadp32.acm
|
|
IMPORTS = winmm user32 kernel32
|
|
|
|
C_SRCS = imaadp32.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|