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.

70 lines
1.5 KiB

  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. $(SHELL_LIB_PATH)\shfusion.lib \
  18. $(SHELL_LIB_PATH)\shlwapip.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. $(SHELL_INC_PATH); \
  25. ..;..\..\inc;
  26. SOURCES=\
  27. stdafx.cpp \
  28. notfywin.cpp \
  29. ..\statmon.cpp \
  30. resmgrst.cpp \
  31. scalert.cpp \
  32. scalert.rc \
  33. statdlg.cpp
  34. # Use C++ Exception Handling
  35. USE_NATIVE_EH=1
  36. # Use MFC
  37. USE_MFC=1
  38. #
  39. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  40. #
  41. SXS_ASSEMBLY_NAME=Microsoft.Windows.SCAlert
  42. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  43. SXS_MANIFEST=SCAlert.manifest
  44. SXS_MANIFEST_IN_RESOURCES=1
  45. SXS_NO_BINPLACE=1
  46. # the resource ID here must be 2
  47. SXS_MANIFEST_RESOURCE_ID=2
  48. # ISOLATION_AWARE_ENABLED ==> use ui themes
  49. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
  50. #
  51. # Shfusion.lib causes linker warnings. Ignore them.
  52. #
  53. LINKER_FLAGS=$(LINKER_FLAGS) -ignore:4049,4217