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.

68 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Cathcart (stevecat) 15-Nov-1994
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. Use the following line when this is UNICODE ported
  14. NOT_UNICODE=1
  15. !ENDIF
  16. MAJORCOMP= shell
  17. MINORCOMP= cpls
  18. #TARGETNAME= alertpg
  19. TARGETNAME= sysdm
  20. TARGETPATH= obj
  21. TARGETTYPE= DYNLINK
  22. TARGETEXT= cpl
  23. TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. $(SDK_LIB_PATH)\shell32.lib
  26. DLLENTRY= LibMain
  27. NOT_LEAN_AND_MEAN= 1
  28. INCLUDES= .;..\..\inc;$(BASEDIR)\private\windows\inc
  29. C_DEFINES= -DWIN32 -DWINNT -D_WIN32 -DWINVER=0x0400 -DUNICODE
  30. !IF "$(SHELLDBG)"=="1"
  31. C_DEFINES= $(C_DEFINES) -DDEBUG -DFULL_DEBUG
  32. !ENDIF
  33. UMTYPE=windows
  34. EXPECTED_WINVER= 4.0
  35. DLLDEF= alertpg.def
  36. SOURCES= alertpg.rc \
  37. alertpg.c
  38. #
  39. # Fusionized
  40. #
  41. SXS_MANIFEST_RESOURCE_ID=123
  42. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest