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.

24 lines
424 B

  1. MAJORCOMP=
  2. MINORCOMP=
  3. TARGETNAME=tcpip
  4. TARGETPATH=obj
  5. TARGETTYPE=DYNLINK
  6. TARGETEXT=lhc
  7. PRECOMPILED_INCLUDE=std.h
  8. DLLDEF=$(O)\tcpip.def
  9. SOURCES=tcpip.cxx \
  10. tcpip.rc \
  11. TARGETLIBS = \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\Ws2_32.lib \
  14. DLLENTRY=DllEntryPoint
  15. USE_CRTDLL=1
  16. MSC_OPTIMIZATION=/Od