mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
13 lines
291 B
Makefile
13 lines
291 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winhelp.exe16
|
|
APPMODE = -mwindows -Wb,--subsystem,win16
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = winhelp.c
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|