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.

52 lines
1.2 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. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  11. !ENDIF
  12. #
  13. # include the WIA global build settings
  14. #
  15. USE_SHFUSION = 1
  16. !include $(PROJECT_ROOT)\ui\uienv.inc
  17. SOURCES_USED = $(SOURCES_USED) $(PROJECT_ROOT)\ui\uienv.inc
  18. #
  19. # Our specific build settings
  20. #
  21. TARGETNAME=prevtest
  22. TARGETTYPE=PROGRAM
  23. TARGETPATH=obj
  24. USE_MSVCRT = 1
  25. INCLUDES=\
  26. $(INCLUDES); \
  27. $(PROJECT_ROOT)\ui\prevwnd
  28. SOURCES=\
  29. ..\prevtest.cpp \
  30. ..\prevtest.rc \
  31. TARGETLIBS=$(TARGETLIBS)\
  32. $(SHELL_LIB_PATH)\shfusion.lib \
  33. $(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)\*\prevwnd.lib