mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
f0cd33c69e
Add -DWINE_NO_LONG_TYPES to modules that still have compilation warnings with long types. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
16 lines
274 B
Makefile
16 lines
274 B
Makefile
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
|
MODULE = taskschd.dll
|
|
IMPORTS = oleaut32 ole32 advapi32 xmllite rpcrt4
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
folder.c \
|
|
folder_collection.c \
|
|
regtask.c \
|
|
task.c \
|
|
taskschd.c
|
|
|
|
IDL_SRCS = \
|
|
schrpc.idl \
|
|
taskschd_tlb.idl
|