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.

82 lines
1.8 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. USE_MFC = 1
  7. MAJORCOMP=MMC
  8. MINORCOMP=mmcparser
  9. TARGETNAME=mmcparser20
  10. TARGETPATH=obj
  11. TARGETTYPE=DYNLINK
  12. DLLENTRY=_DllMainCRTStartup
  13. UMTYPE=windows
  14. WIN32_WINNT_VERSION=0x0400
  15. WIN32_IE_VERSION=0x0500
  16. SUBSYSTEM_VERSION=4.00
  17. USE_VCCOM=1
  18. USE_STL=1
  19. USE_STATIC_ATL=1
  20. ATL_VER=30
  21. # Lib's in LocStudio SDK do not use STDCALL, need to remove it here
  22. 386_STDCALL = 0
  23. # LocStudio SDK locations
  24. LOCS_INC=locStudioSDK\inc
  25. ! if $(FREEBUILD)
  26. LOCS_LIB=locStudioSDK\lib\retail
  27. ! else
  28. LOCS_LIB=locStudioSDK\lib\debug
  29. ! endif
  30. # Use LINKLIBS (gets passed first) if: (from build.hlp)
  31. # You are building a dynamic link.
  32. # You are exporting something that's defined in some other component library that you also build.
  33. # In your dirs file in the subdirectory above, you have ordered it so that the component libraries
  34. # are around before you build the dynamic link.
  35. LINKLIBS=\
  36. TARGETLIBS=\
  37. $(LOCS_LIB)\esputil.lib \
  38. $(LOCS_LIB)\locutil.lib \
  39. $(LOCS_LIB)\mitutil.lib \
  40. $(LOCS_LIB)\parseman.lib \
  41. $(LOCS_LIB)\parsutil.lib \
  42. $(LOCS_LIB)\pbase.lib \
  43. $(LOCS_LIB)\win32rt.lib \
  44. $(SDK_LIB_PATH)\kernel32.lib \
  45. $(SDK_LIB_PATH)\user32.lib \
  46. $(SDK_LIB_PATH)\oleaut32.lib \
  47. $(SDK_LIB_PATH)\ole32.lib \
  48. $(SDK_LIB_PATH)\advapi32.lib \
  49. $(SDK_LIB_PATH)\uuid.lib
  50. DLLDEF=mmcparse.def
  51. INCLUDES= ..\inc;$(LOCS_INC);
  52. PRECOMPILED_INCLUDE = stdafx.h
  53. PRECOMPILED_CXX = 1
  54. SOURCES=\
  55. parser.rc \
  56. clasfact.cpp \
  57. dllentry.cpp \
  58. impfile.cpp \
  59. impparse.cpp \
  60. xml_supp.cpp