mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
32459912dc
it can be used on platforms that don't build a .spec.c file.
19 lines
276 B
Makefile
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:
|