mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
15 lines
205 B
Makefile
15 lines
205 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = hh.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|