mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
afe0dfeb1f
Synced Winefile to Wine 0.9.53 svn path=/trunk/; revision=31957
19 lines
424 B
Makefile
19 lines
424 B
Makefile
EXTRADEFS = -D__WINE__ -DUNICODE
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winefile.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
splitpath.c \
|
|
winefile.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|