mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
4e1ef0c114
DLL_THREAD_ATTACH/DLL_THREAD_DETACH notifications, call DisableThreadLibraryCalls() in order to slightly improve performance on thread creation/exiting.
17 lines
247 B
Makefile
17 lines
247 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = odbc32.dll
|
|
IMPORTS = kernel32
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
proxyodbc.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|