projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
user32: Fixed some minor glitches in oic_winlogo.ico.
[wine]
/
dlls
/
ole2.dll16
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = ole2.dll16
6
IMPORTS = uuid ole32 user32 gdi32 kernel32 kernel
7
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,ole32.dll
8
9
C_SRCS = \
10
memlockbytes.c \
11
ole2.c
12
13
@MAKE_DLL_RULES@