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.

29 lines
524 B

  1. TARGETNAME=ipbootp
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. C_DEFINES=$(C_DEFINES) -DNT -DMPR50=1
  5. DLLENTRY=DLLMAIN
  6. PRECOMPILED_INCLUDE=pchbootp.h
  7. USE_MSVCRT=1
  8. TARGETLIBS=\
  9. $(SDK_LIB_PATH)\advapi32.lib \
  10. $(SDK_LIB_PATH)\kernel32.lib \
  11. $(SDK_LIB_PATH)\rtutils.lib \
  12. $(SDK_LIB_PATH)\user32.lib \
  13. $(SDK_LIB_PATH)\ws2_32.lib
  14. INCLUDES=..\inc;..\..\inc;
  15. SOURCES=\
  16. $(O)\bootpmsg.mc \
  17. api.c \
  18. arp.cxx \
  19. ipbootp.rc \
  20. queue.c \
  21. sync.c \
  22. table.c \
  23. work.c
  24. NTTARGETFILE0=$(O)\bootpmsg.mc