mirror of
https://github.com/reactos/wine.git
synced 2025-03-04 18:57:07 +00:00
16 lines
188 B
Makefile
16 lines
188 B
Makefile
PROGRAMS = winebuild
|
|
MANPAGES = winebuild.man.in
|
|
|
|
C_SRCS = \
|
|
import.c \
|
|
main.c \
|
|
parser.c \
|
|
relay.c \
|
|
res16.c \
|
|
res32.c \
|
|
spec16.c \
|
|
spec32.c \
|
|
utils.c
|
|
|
|
INSTALL_DEV = $(PROGRAMS)
|