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.

72 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Donna Liu (DonnaLi) 19-Dec-1993
  12. !ENDIF
  13. MAJORCOMP = cairole
  14. MINORCOMP = com
  15. #
  16. # This is the name of the target built from the source files specified
  17. # below. The name should include neither the path nor the file extension.
  18. #
  19. TARGETNAME= cachetst
  20. TARGETPATH= obj
  21. #
  22. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  23. # etc.
  24. #
  25. TARGETTYPE= PROGRAM
  26. INCLUDES= ..;..\..\inc;..\..\common;..\..\..\ole32\common\daytona;..\..\..\ole32\ih;..\..\..\cinc
  27. C_DEFINES= \
  28. $(C_DEFINES) \
  29. -DFLAT \
  30. -DWIN32=100 \
  31. -D_NT1X_=100 \
  32. -DNOEXCEPTIONS \
  33. -DCAIROLE_DOWNLEVEL
  34. SOURCES= \
  35. ..\bmpfile.cxx \
  36. ..\davedbg.cpp \
  37. ..\genenum.cpp \
  38. ..\genforc.cpp \
  39. ..\main.cpp \
  40. ..\multi.cpp \
  41. ..\utils.cpp
  42. UMTYPE= windows
  43. UMENTRY= winmain
  44. UMLIBS= \
  45. $(SDK_LIB_PATH)\ole32.lib \
  46. $(SDK_LIB_PATH)\comdlg32.lib \
  47. $(SDK_LIB_PATH)\gdi32.lib \
  48. $(SDK_LIB_PATH)\kernel32.lib \
  49. $(SDK_LIB_PATH)\user32.lib \
  50. $(SDK_LIB_PATH)\advapi32.lib \
  51. $(SDK_LIB_PATH)\uuid.lib
  52. USE_MSVCRT= 1