mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
67371bcc8d
Added -exe mode to generate a .spec.c for an exe without having to provide a .spec. Removed some no longer needed spec files. Removed .dll extension in makefiles import specifications.
23 lines
344 B
Makefile
23 lines
344 B
Makefile
EXTRADEFS = -D_ADVAPI32_
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = advapi32.dll
|
|
IMPORTS = kernel32 ntdll
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
advapi.c \
|
|
crypt.c \
|
|
eventlog.c \
|
|
registry.c \
|
|
security.c \
|
|
service.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|