2025-04-27 07:49:33 -04:00

48 lines
932 B
Plaintext

!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