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.

76 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. Module Name:
  4. sources.inc
  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. Alan Warwick
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. USE_MFC=1
  15. #NOTLEANANDMEAN=1
  16. 386_STDCALL=0
  17. MAJORCOMP=wmi
  18. MINORCOMP=bmofpars
  19. TARGETNAME=bmofpars
  20. TARGETPATH=..
  21. TARGETTYPE=DYNLINK
  22. LINKLIBS= \
  23. lib\retail\*\esputil.lib \
  24. lib\retail\*\locutil.lib \
  25. lib\retail\*\mitutil.lib \
  26. lib\retail\*\parseman.lib \
  27. lib\retail\*\parsutil.lib \
  28. lib\retail\*\pbase.lib \
  29. lib\retail\*\win32rt.lib \
  30. ..\chicago\$(O)\wmibmof.lib \
  31. mofd\mofd.lib
  32. TARGETLIBS= \
  33. $(SDK_LIB_PATH)\ole32.lib \
  34. $(SDK_LIB_PATH)\oleaut32.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\user32.lib
  38. INCLUDES=.;..\inc;.\win32rt;.\inc;.\inc\esputil;.\inc\locutil;.\inc\mit;.\inc\parseman;.\inc\parsers;.\inc\pbase;.\inc\prodver
  39. C_DEFINES=$(C_DEFINES) -DMIT_NO_IMAGEHLP
  40. #
  41. # define -DDEBUG_HEAP=1 to force all allocs into dedicated heap
  42. C_DEFINES=$(C_DEFINES) -DDEBUG_HEAP=1
  43. SOURCES= \
  44. Parser.rc \
  45. clasfact.cpp \
  46. dllentry.cpp \
  47. impbin.cpp \
  48. impparse.cpp \
  49. impresob.cpp \
  50. samplver.cpp \
  51. sampres.cpp \
  52. stdafx.cpp
  53. UMTYPE=windows