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.
|
|
!IF 0 Copyright (C) Microsoft Corporation, 1989 - 1999 !ENDIF
#CHECKED_ALT_DIR=1
TARGETNAME=ntpparser TARGETPATH=obj TARGETTYPE=DYNLINK
#PRECOMPILED_INCLUDE=pch.h # precompile as cpp not c #PRECOMPILED_CXX=1
#INCLUDES= .;..\lib;$(BASE_INC_PATH); INCLUDES= .;bhsdk\include;
#C_DEFINES= $(C_DEFINES) -D_WINDOWS -DUNICODE -D_UNICODE -DBASEONLY=1
DLLENTRY=_DllMainCRTStartup
SOURCES= \ ntpparser.cpp \ ntpparser.rc \
TARGETLIBS= \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\bhsupp.lib \ $(SDK_LIB_PATH)\parser.lib \ $(SDK_LIB_PATH)\nmapi.lib
USE_MSVCRT=1
|