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.

36 lines
709 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. !ENDIF
  4. #CHECKED_ALT_DIR=1
  5. TARGETNAME=ntpparser
  6. TARGETPATH=obj
  7. TARGETTYPE=DYNLINK
  8. #PRECOMPILED_INCLUDE=pch.h
  9. # precompile as cpp not c
  10. #PRECOMPILED_CXX=1
  11. #INCLUDES= .;..\lib;$(BASE_INC_PATH);
  12. INCLUDES= .;bhsdk\include;
  13. #C_DEFINES= $(C_DEFINES) -D_WINDOWS -DUNICODE -D_UNICODE -DBASEONLY=1
  14. DLLENTRY=_DllMainCRTStartup
  15. SOURCES= \
  16. ntpparser.cpp \
  17. ntpparser.rc \
  18. TARGETLIBS= \
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\bhsupp.lib \
  23. $(SDK_LIB_PATH)\parser.lib \
  24. $(SDK_LIB_PATH)\nmapi.lib
  25. USE_MSVCRT=1