mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
0d4fff4fdd
some tests for GetModuleBaseNameA.
16 lines
214 B
Makefile
16 lines
214 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = psapi.dll
|
|
IMPORTS = kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
psapi_main.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|