wine/dlls/winecrt0/Makefile.in
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00

22 lines
323 B
Makefile

EXTRADEFS = -DWINE_NO_LONG_TYPES
STATICLIB = libwinecrt0.a
C_SRCS = \
crt_dllmain.c \
crt_fltused.c \
debug.c \
delay_load.c \
dll_canunload.c \
dll_main.c \
dll_register.c \
exception.c \
exe16_entry.c \
exe_entry.c \
exe_main.c \
exe_wentry.c \
exe_wmain.c \
register.c \
setjmp.c \
stub.c \
unix_lib.c