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.

31 lines
700 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. !ENDIF
  4. TARGETNAME=w32tclnt
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. INCLUDES= ..\idl\$(O);..\idl;..\lib
  8. C_DEFINES= $(C_DEFINES) -D_WINDOWS -DUNICODE -D_UNICODE -DBASEONLY=1
  9. SOURCES= \
  10. timeif_client.c \
  11. w32tclnt.cpp
  12. TARGETLIBS= \
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\advapi32.lib \
  15. $(SDK_LIB_PATH)\ntdll.lib \
  16. $(SDK_LIB_PATH)\dnsapi.lib \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\mpr.lib \
  19. $(SDK_LIB_PATH)\ws2_32.lib \
  20. $(SDK_LIB_PATH)\wldap32.lib \
  21. $(SDK_LIB_PATH)\ntdsapi.lib \
  22. $(SDK_LIB_PATH)\netapi32.lib \
  23. $(SDK_LIB_PATH)\rpcrt4.lib
  24. USE_MSVCRT=1