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.
 
 
 
 
 
 

47 lines
932 B

!IF 0
Copyright (C) Microsoft Corporation, 1989 - 1999
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=Calais
MINORCOMP=SCAlert
WIN32_WINNT_VERSION=0x0500
WIN32_IE_VERSION=0x0500
TARGETNAME=$(MINORCOMP)
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS=\
$(SECURITY_LIB_PATH)\Calaislb.lib \
$(SECURITY_LIB_PATH)\CalComm.lib \
$(SDK_LIB_PATH)\winscard.lib \
$(SDK_LIB_PATH)\crypt32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\winspool.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\wsock32.lib \
$(SDK_LIB_PATH)\winmm.lib
INCLUDES=\
..;..\..\inc;
SOURCES=\
stdafx.cpp \
notfywin.cpp \
..\statmon.cpp \
resmgrst.cpp \
scalert.cpp \
scalert.rc \
statdlg.cpp
# Use C++ Exception Handling
USE_NATIVE_EH=1
# Use MFC
USE_MFC=1