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.

21 lines
378 B

  1. MAJORCOMP=winreg
  2. MINORCOMP=regconn
  3. TARGETNAME=regconn
  4. TARGETPATH=obj
  5. TARGETTYPE=LIBRARY
  6. INCLUDES=\
  7. .;\
  8. ..;\
  9. $(DS_INC_PATH);\
  10. $(COM_INC_PATH)
  11. C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H -D_ADVAPI32_ -DREMOTE_NOTIFICATION_DISABLED
  12. SOURCES= regbind.c \
  13. shutcall.c \
  14. shutinit.c
  15. PASS1_PUBLISH= \
  16. {$(O)\regconn.lib=$(BASE_LIB_PATH)\regconn.lib}