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.

27 lines
528 B

  1. #
  2. # Must set TARGETNAME and DLLBASE before including this file
  3. #
  4. TARGETTYPE=DYNLINK
  5. UMTYPE=windows
  6. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  7. $(SDK_LIB_PATH)\user32.lib \
  8. ..\..\lzx\encoder\$(O)\lzxpc.lib \
  9. ..\..\lzx\decoder\$(O)\lzxpd.lib
  10. C_DEFINES=$(C_DEFINES) -DBUILDING_PATCHAPI_DLL=1
  11. SOURCES=$(SOURCES) $(TARGETNAME).rc
  12. i386_SOURCES=..\i386\exsup.asm \
  13. ..\i386\exsup3.asm
  14. !if "$(TARGET_DIRECTORY)" != "i386"
  15. !undef NO_NTDLL
  16. USE_NTDLL=1
  17. !endif
  18. NTTARGETFILES=DELEXPFILE