mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
14 lines
213 B
Makefile
14 lines
213 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rsabase.dll
|
|
IMPORTS = rsaenh
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|