projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed Win16 documentation not fixed because of a bug in winapi_check.
[wine]
/
loader
/
dos
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = dos
7
8
C_SRCS = \
9
module.c \
10
dosvm.c
11
12
PROGRAMS = dosmod
13
14
all: $(MODULE).o $(PROGRAMS)
15
16
dosmod: dosmod.c
17
$(CC) $(ALLCFLAGS) -o dosmod $(SRCDIR)/dosmod.c
18
19
@MAKE_RULES@
20
21
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
22
$(LDCOMBINE) $(OBJS) -o $@
23
24
### Dependencies: