wine/programs/view/Makefile.in
Alexandre Julliard 32459912dc Moved imports specification from the .spec into the Makefile so that
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00

19 lines
276 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = view
IMPORTS = comdlg32.dll user32.dll gdi32.dll kernel32.dll ntdll.dll
C_SRCS = \
init.c \
view.c \
winmain.c
RC_SRCS = \
viewrc.rc
@MAKE_PROG_RULES@
### Dependencies: