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

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