mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
12 lines
203 B
Makefile
12 lines
203 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = lodctr.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = loadperf kernel32
|
|
|
|
C_SRCS = lodctr_main.c
|
|
|
|
@MAKE_PROG_RULES@
|