projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Making dflat32 a dll. Its a little broken ATM.
[reactos.git]
/
rosapps
/
lib
/
dflat32
/
Makefile
1
2
PATH_TO_TOP
=
..
/
..
3
4
TARGET_DEFONLY
=
yes
5
6
TARGET_TYPE
=
dynlink
7
8
TARGET_NAME
=
dflat32
9
10
TARGET_LFLAGS
=
11
12
TARGET_SDKLIBS
=
13
14
TARGET_GCCLIBS
=
15
16
TARGET_BASE
=
0x98000000
17
18
TARGET_CFLAGS
=
# -pipe -O2 -Wall -Wstrict-prototypes -fno-builtin -DDBG
19
20
TARGET_OBJECTS
=
\
21
clipbord.o \
22
config.o \
23
console.o \
24
dllmain.o \
25
dfalloc.o \
26
message.o \
27
rect.o \
28
stubs.o \
29
video.o \
30
window.o
31
32
include
$(
PATH_TO_TOP
)/
rules.mak
33
34
include
$(
TOOLS_PATH
)/
helper.mk