projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winecfg: Update Portuguese translation and convert to UTF8.
[wine]
/
programs
/
winedevice
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = winedevice.exe
7
APPMODE = -mwindows -municode
8
IMPORTS = advapi32 ntoskrnl.exe kernel32 ntdll
9
10
C_SRCS = \
11
device.c
12
13
@MAKE_PROG_RULES@
14
15
@DEPENDENCIES@ # everything below this line is overwritten by make depend