mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
11 lines
167 B
Makefile
11 lines
167 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winhelp.exe16
|
|
APPMODE = -m16
|
|
|
|
C_SRCS = winhelp.c
|
|
|
|
@MAKE_PROG_RULES@
|