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.
 
 
 
 
 
 

19 lines
565 B

CCSHELL_DIR = $(PROJECT_ROOT)
!include $(CCSHELL_DIR)\shell32\shell32.inc
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\shell32\shell32.inc
# this lib allows shdocvw and browseui to user the linker delayload
# on downlevel platforms (eg w/ non-integrated shell32.dll on NT4)
TARGETNAME = downlevel_shell32
TARGETPATH = obj
TARGETTYPE = LIBRARY
SOURCES = dl_thunks.c
OBJLIBFILES = $(O)\alias.lib
NTTARGETFILE0 = $(O)\alias.lib
NTTARGETFILE1 = $(PROJECT_ROOT)\lib\$(O)\downlevel_shell32.lib