- We now implement more proper context switching.
[reactos.git] / rosapps / winfile / Makefile.in
1 EXTRADEFS = -D__WINE__ -DUNICODE
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = winefile.exe
7 APPMODE = -mwindows
8 IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 kernel32
9
10 C_SRCS = \
11 splitpath.c \
12 winefile.c
13
14 RC_SRCS = rsrc.rc
15
16 SVG_SRCS = winefile.svg
17
18 @MAKE_PROG_RULES@
19
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend