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.

60 lines
1.4 KiB

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1999.
  5. #
  6. # Synopsis: Source list file for VB control framework library
  7. #
  8. # History: 6/14/1999 v-pshier Created.
  9. #
  10. #-----------------------------------------------------------------------------
  11. MAJORCOMP=admin
  12. MINORCOMP=MMC
  13. TARGETNAME=CtlFw32
  14. TARGETPATH=obj
  15. TARGETTYPE=LIBRARY
  16. INCLUDES=..\include;..\..\devbin\htmlhelp\v6\include;..\..\devbin\htmlhelp\v6\idl\include;..\..\devbin\htmlhelp\v6\idl\source
  17. C_DEFINES = -DMS_BUILD=1 -DHTML_HELP=1
  18. !if $(FREEBUILD) == 0
  19. C_DEFINES = $(C_DEFINES) -DDEBUG
  20. !endif
  21. PRECOMPILED_INCLUDE = pch.h
  22. PRECOMPILED_CXX = 1
  23. USER_C_FLAGS=-FIvc41warn.h
  24. 386_STDCALL=0
  25. # Disallow any parallel building as everything in the snap-in designer must
  26. # be built sequentially
  27. SYNCHRONIZE_BLOCK=1
  28. SOURCES=AutoObj.cpp\
  29. ClassF.cpp\
  30. CtlEmbed.cpp\
  31. CtlMisc.cpp\
  32. CtlOcx96.cpp\
  33. CtlPsst.cpp\
  34. CtlHelp.cpp\
  35. CtlView.cpp\
  36. CtlWrap.cpp\
  37. Debug.cpp\
  38. Globals.cpp\
  39. IPServer.cpp\
  40. PropPage.cpp\
  41. StdEnum.cpp\
  42. Unknown.cpp\
  43. Util.cpp\
  44. dbgcrit.cpp\
  45. Macros.cpp\
  46. VSHelp.cpp\
  47. fguids.cpp\
  48. # Build dwinvers.h with version info to be used by all designer component
  49. # .rc files
  50. NTTARGETFILE0=$(O)\dwinvers.h