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.

56 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 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. History:
  11. Created 19-Oct-95 by Shawn Brown (shawnb)
  12. from template created 12-Apr-1990 by Steve Wood (stevewo)
  13. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  14. !ENDIF
  15. MAJORCOMP=shell
  16. MINORCOMP=quikview
  17. TARGETNAME=quikview
  18. TARGETPATH=obj
  19. TARGETTYPE=PROGRAM
  20. UMTYPE=windows
  21. UMENTRYABS=ModuleEntry
  22. INCLUDES=$(BASEDIR)\public\sdk\inc; \
  23. $(BASEDIR)\private\inc;
  24. BACKGROUND_USE=1
  25. #
  26. # Retail only
  27. #
  28. C_DEFINES=-DWIN32 -DUNICODE -DWINNT
  29. #
  30. # Debug only
  31. #
  32. #C_DEFINES=-DWIN32 -DUNICODE -DDEBUG -DWINNT
  33. TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  34. $(SHELL_LIB_PATH)\shell32p.lib \
  35. $(SDK_LIB_PATH)\shlwapi.lib \
  36. SOURCES= main.cpp \
  37. resource.rc \