projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
windowscodecs: Implement JpegEncoder_CreateNewFrame.
[wine]
/
dlls
/
gameux
/
Makefile.in
1
EXTRADEFS = -DCOM_NO_WINDOWS_H
2
MODULE = gameux.dll
3
IMPORTS = uuid shell32 oleaut32 ole32 user32 advapi32 shlwapi
4
5
C_SRCS = \
6
factory.c \
7
gameexplorer.c \
8
gamestatistics.c \
9
main.c
10
11
IDL_TLB_SRCS = gameux_tlb.idl
12
13
RC_SRCS = rsrc.rc
14
15
@MAKE_DLL_RULES@