Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
838 B

#
# hdrver - make sure our headers are compatible with downlevel clients
#
#
CCSHELL_DIR = $(PROJECT_ROOT)
!include $(CCSHELL_DIR)\common.inc
TARGET_BOTH = 1
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
TARGETNAME = hdrver
TARGETPATH = obj
TARGETTYPE = PROGRAM
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\shlwapi.lib \
$(SHELL_LIB_PATH)\shfusion.lib \
SOURCES = \
ie10.c \
ie30.c \
ie40.c \
ie50.c \
ie51.c \
ie55.c \
ie60.c \
UMTYPE = console
USE_MSVCRT = 1