Source code of Windows XP (NT5)
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.

62 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. 1998 Seagate Software, Inc. All rights reserved
  4. Module Name:
  5. sources.
  6. Abstract:
  7. This file specifies the target component being built and the list of
  8. sources files needed to build that component. Also specifies optional
  9. compiler switches and libraries that are unique for the component being
  10. built.
  11. Author:
  12. Steve Wood (stevewo) 12-Apr-1990
  13. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  14. !ENDIF
  15. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  16. NTTARGETFILE0=
  17. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);..\..\inc
  18. UMTYPE=windows
  19. UMENTRY=winmain
  20. #
  21. # Fusionized
  22. #
  23. SXS_ASSEMBLY_NAME=Microsoft.Windows.RsNotify
  24. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  25. SXS_MANIFEST=rsnotify.Manifest
  26. SXS_MANIFEST_IN_RESOURCES=1
  27. SXS_NO_BINPLACE=1
  28. TARGETLIBS= \
  29. $(SDK_LIB_PATH)\advapi32.lib \
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\ntdll.lib \
  32. $(SDK_LIB_PATH)\ole32.lib \
  33. $(SDK_LIB_PATH)\oleaut32.lib \
  34. $(SDK_LIB_PATH)\user32.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. $(SDK_LIB_PATH)\comctl32.lib \
  37. $(BASEP_HSM_DIR)\lib\$(O)\FsaGuid.lib \
  38. USE_NATIVE_EH=1
  39. USE_MFCUNICODE=1
  40. MFC_VER=42
  41. USE_ATL=1
  42. PRECOMPILED_CXX=1
  43. PRECOMPILED_INCLUDE=..\stdafx.h
  44. PRECOMPILED_SOURCEFILE=..\stdafx.cpp