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.

20 lines
442 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. !if "$(TARGET_DIRECTORY)" != "i386"
  13. !undef NO_NTDLL
  14. !endif