mirror of
https://github.com/reactos/wine.git
synced 2025-02-04 02:56:31 +00:00
14 lines
291 B
Makefile
14 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
|