mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
21 lines
364 B
Makefile
21 lines
364 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winefile.exe
|
|
APPMODE = gui
|
|
IMPORTS = shell32 comctl32 ole32 user32 gdi32 kernel32
|
|
EXTRADEFS = -D__WINE__
|
|
EXTRALIBS = $(LIBUUID)
|
|
|
|
C_SRCS = \
|
|
license.c \
|
|
splitpath.c \
|
|
winefile.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
EXTRARCFLAGS = -D__WINE__
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|