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.

19 lines
279 B

  1. TARGETNAME=ipcfgdll
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. C_DEFINES=$(C_DEFINES) -DNT
  5. USE_MSVCRT=1
  6. MSC_WARNING_LEVEL=/W4 /WX
  7. PRECOMPILED_INCLUDE=precomp.h
  8. SOURCES=\
  9. adaptlst.c \
  10. entity.c \
  11. ipconfig-x.c \
  12. ipconfig.c \
  13. wins.c \
  14. wsctrl.c