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.

27 lines
526 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. !ENDIF
  4. TARGETNAME=w32timelib
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. INCLUDES= $(SECURITY_INC)\$(O)
  8. C_DEFINES= $(C_DEFINES) -D_WINDOWS -DUNICODE -D_UNICODE -DBASEONLY=1
  9. SOURCES= \
  10. AccurateSysCalls.cpp \
  11. NtpBase.cpp \
  12. DcInfo.cpp \
  13. PingLib.cpp \
  14. Policy.cpp \
  15. LocalizedWPrintf.cpp \
  16. DebugWPrintf.cpp
  17. MISCFILES= \
  18. ..\Time_Service_{28896FE4-DFD9-44FC-9874-82E092A1B706}.sld \
  19. ..\Time_Service_EXE_{CE8E2098-10A4-4001-8C4A-0F5BB38AFFF1}.sld
  20. USE_MSVCRT=1