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

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. MAJORCOMP=Calais
  6. MINORCOMP=SCAlert
  7. WIN32_WINNT_VERSION=0x0500
  8. WIN32_IE_VERSION=0x0500
  9. TARGETNAME=$(MINORCOMP)
  10. TARGETPATH=obj
  11. TARGETTYPE=PROGRAM
  12. TARGETLIBS=\
  13. $(SECURITY_LIB_PATH)\Calaislb.lib \
  14. $(SECURITY_LIB_PATH)\CalComm.lib \
  15. $(SDK_LIB_PATH)\winscard.lib \
  16. $(SDK_LIB_PATH)\crypt32.lib \
  17. $(SDK_LIB_PATH)\comctl32.lib \
  18. $(SDK_LIB_PATH)\comdlg32.lib \
  19. $(SDK_LIB_PATH)\winspool.lib \
  20. $(SDK_LIB_PATH)\shell32.lib \
  21. $(SDK_LIB_PATH)\wsock32.lib \
  22. $(SDK_LIB_PATH)\winmm.lib
  23. INCLUDES=\
  24. ..;..\..\inc;
  25. SOURCES=\
  26. stdafx.cpp \
  27. notfywin.cpp \
  28. ..\statmon.cpp \
  29. resmgrst.cpp \
  30. scalert.cpp \
  31. scalert.rc \
  32. statdlg.cpp
  33. # Use C++ Exception Handling
  34. USE_NATIVE_EH=1
  35. # Use MFC
  36. USE_MFC=1