2025-04-27 07:49:33 -04:00

35 lines
710 B
Plaintext

#
# These defines are for historical (histerical) usage and should not be
# changed for future versions.
#
# WINNT_VER40 means 4.0 and up
#
# for new code, _WIN32_WINNT value should be used instead
#
# DONT CHANGE THESE
#
DEST_OS = 5.0
WINNT_VER = /DWINNT_VER40
NTVERSION = 500
TARGETNAME=cl5465
TARGETPATH=obj
TARGETTYPE=GDI_DRIVER
CHIP_DEFINES= -DDRIVER_5465=1 -DOVERLAY=1
USER_C_FLAGS = $(WINNT_VER) $(CHIP_DEFINES)
#in free build we are limiting optimizations to avoid a bug
# (also happens if DDKBUILDENV is not defined)
# !if "$(DDKBUILDENV)" != "checked"
# USER_C_FLAGS = $(USER_C_FLAGS) /Ox /G6 /Ot /O2
# !endif
INCLUDES=$(DDK_INC_PATH);..\INCLUDE
SOURCES =