mirror of
https://github.com/reactos/wine.git
synced 2025-02-14 17:49:51 +00:00
19 lines
286 B
Makefile
19 lines
286 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winefile.exe
|
|
APPMODE = gui
|
|
IMPORTS = shell32 comctl32 user32 gdi32 kernel32
|
|
|
|
C_SRCS = \
|
|
license.c \
|
|
splitpath.c \
|
|
winefile.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|