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.

17 lines
342 B

  1. MAJORCOMP=setup
  2. MINORCOMP=patchdll
  3. TARGETNAME=patchdll
  4. TARGETPATH=obj
  5. TARGETTYPE=DYNLINK
  6. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  7. $(SDK_LIB_PATH)\advapi32.lib \
  8. $(SDK_LIB_PATH)\user32.lib
  9. DLLENTRY=DLLInit
  10. USE_MSVCRT=1
  11. SOURCES=dllinit.c \
  12. patchdll.c \
  13. nt_ob.c \
  14. patchdll.rc