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.

24 lines
415 B

  1. TARGETNAME=ws2inst
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. C_DEFINES=-DUNICODE -D_UNICODE
  5. USE_MSVCRT=1
  6. UMTYPE=console
  7. UMENTRY=wmain
  8. PRECOMPILED_INCLUDE=precomp.h
  9. PRECOMPILED_PCH=precomp.pch
  10. PRECOMPILED_OBJ=precomp.obj
  11. INCLUDES=
  12. TARGETLIBS=\
  13. $(SDK_LIB_PATH)\advapi32.lib \
  14. $(SDK_LIB_PATH)\rpcrt4.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\ws2_32.lib \
  17. SOURCES=\
  18. ws2inst.c \
  19. ws2inst.rc