Makefile.mk.in.msvc
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:3k
源码类别:

生物技术

开发平台:

C/C++

  1. #  ===========================================================================
  2. #  PRODUCTION $Log: Makefile.mk.in.msvc,v $
  3. #  PRODUCTION Revision 1000.2  2004/06/01 17:48:09  gouriano
  4. #  PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.11
  5. #  PRODUCTION
  6. #  ===========================================================================
  7. [Common]
  8. Version=7.10
  9. [Compiler]
  10. PreprocessorDefinitions=
  11. WarningLevel=3
  12. OptimizeForProcessor=0
  13. StructMemberAlignment=0
  14. UsePrecompiledHeader=0
  15. CallingConvention=0
  16. CompileAs=0
  17. Detect64BitPortabilityProblems=FALSE
  18. IgnoreStandardIncludePath=FALSE
  19. StringPooling=FALSE
  20. MinimalRebuild=
  21. ExceptionHandling=TRUE
  22. BufferSecurityCheck=TRUE
  23. RuntimeTypeInfo=TRUE
  24. DisableSpecificWarnings=
  25. UndefinePreprocessorDefinitions=
  26. AdditionalOptions=
  27. [Compiler.debug]
  28. DebugInformationFormat=3
  29. Optimization=0
  30. MinimalRebuild=TRUE
  31. GlobalOptimizations=FALSE
  32. InlineFunctionExpansion=0
  33. FavorSizeOrSpeed=0
  34. OmitFramePointers=FALSE
  35. BasicRuntimeChecks=3
  36. BrowseInformation=0
  37. EnableFunctionLevelLinking=FALSE
  38. [Compiler.release]
  39. DebugInformationFormat=0
  40. Optimization=2
  41. MinimalRebuild=FALSE
  42. GlobalOptimizations=TRUE
  43. InlineFunctionExpansion=1
  44. FavorSizeOrSpeed=1
  45. OmitFramePointers=TRUE
  46. BasicRuntimeChecks=0
  47. BrowseInformation=0
  48. EnableFunctionLevelLinking=TRUE
  49. [Linker]
  50. LinkIncremental=1
  51. AdditionalLibraryDirectories=
  52. SubSystem=1
  53. TargetMachine=1
  54. AdditionalOptions=
  55. ProgramDatabaseFile=
  56. ImportLibrary=
  57. IgnoreAllDefaultLibraries=FALSE
  58. IgnoreDefaultLibraryNames=FALSE
  59. [Linker.debug]
  60. GenerateDebugInformation=TRUE
  61. OptimizeReferences=2
  62. EnableCOMDATFolding=1
  63. [Linker.release]
  64. GenerateDebugInformation=FALSE
  65. OptimizeReferences=2
  66. EnableCOMDATFolding=2
  67. [Librarian]
  68. AdditionalOptions=0
  69. IgnoreAllDefaultLibraries=FALSE
  70. IgnoreDefaultLibraryNames=FALSE
  71. AdditionalLibraryDirectories=
  72. [ResourceCompiler]
  73. AdditionalOptions=
  74. Culture=
  75. PreprocessorDefinitions=
  76. ###############################################################################
  77. # Precompiled headers
  78. [UsePch]
  79. UsePch         = TRUE
  80. algo           = ncbi_pch.hpp
  81. app            = ncbi_pch.hpp
  82. bdb            = ncbi_pch.hpp
  83. cgi            = ncbi_pch.hpp
  84. connect        = ncbi_pch.hpp
  85. corelib        = ncbi_pch.hpp
  86. ctools         = ncbi_pch.hpp
  87. dbapi          = ncbi_pch.hpp
  88. gui            = ncbi_pch.hpp
  89. html           = ncbi_pch.hpp
  90. misc           = ncbi_pch.hpp
  91. objects        = ncbi_pch.hpp
  92. objmgr         = ncbi_pch.hpp
  93. objtools       = ncbi_pch.hpp
  94. serial         = ncbi_pch.hpp
  95. sqlite         = ncbi_pch.hpp
  96. util           = ncbi_pch.hpp
  97. DoNotUsePch    = test_mt
  98. PchUsageDefine = NCBI_USE_PCH