Leaked source code of windows server 2003
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.

30 lines
492 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=acverfyr_w2k
  7. !INCLUDE ..\..\Shimhook.mak
  8. !INCLUDE ..\sources.inc
  9. DELAYLOAD=user32.dll;advapi32.dll;sfc.dll;shell32.dll;version.dll
  10. # we only run on win2k
  11. DLOAD_ERROR_HANDLER=none
  12. C_DEFINES = $(C_DEFINES) -DSHIM_WIN2K
  13. #
  14. # The MISCFILES macro is necessary to binplace non-dll or exe files
  15. #
  16. MISCFILES = \
  17. $(O)\acverfyr_w2k.pdb
  18. MISCFILES_DURING_LINK=1