mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
17 lines
244 B
Makefile
17 lines
244 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rsabase.dll
|
|
IMPORTS = advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|