projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Add a standard header for all makefiles to replace the common variable...
[wine]
/
programs
/
net
/
Makefile.in
1
MODULE = net.exe
2
APPMODE = -mconsole
3
IMPORTS = netapi32 user32 advapi32
4
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
5
6
C_SRCS = net.c
7
8
RC_SRCS = \
9
Da.rc \
10
De.rc \
11
En.rc \
12
Fr.rc \
13
It.rc \
14
Ko.rc \
15
Lt.rc \
16
Nl.rc \
17
No.rc \
18
Pl.rc \
19
Pt.rc \
20
Ro.rc \
21
Ru.rc \
22
Si.rc \
23
Uk.rc
24
25
@MAKE_PROG_RULES@