config.vc 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. # =========================================================================
  2. # This configuration file was generated by
  3. # Bakefile 0.2.9 (http://www.bakefile.org)
  4. # Beware that all changes made to this file will be overwritten next
  5. # time you run Bakefile!
  6. # =========================================================================
  7. # -------------------------------------------------------------------------
  8. # These are configurable options:
  9. # -------------------------------------------------------------------------
  10. # C compiler
  11. CC = cl
  12. # C++ compiler
  13. CXX = cl
  14. # Standard flags for CC
  15. CFLAGS =
  16. # Standard flags for C++
  17. CXXFLAGS =
  18. # Standard preprocessor flags (common for CC and CXX)
  19. CPPFLAGS =
  20. # Standard linker flags
  21. LDFLAGS =
  22. # The C preprocessor
  23. CPP = $(CC) /EP /nologo
  24. # What type of library to build? [0,1]
  25. SHARED = 0
  26. # GTK+ toolkit version [,2]
  27. TOOLKIT_VERSION =
  28. # Build wxUniversal instead of native port? [0,1]
  29. WXUNIV = 0
  30. # Compile Unicode build of wxWidgets? [0,1]
  31. UNICODE = 1
  32. # Use MSLU library when building Unicode version. [0,1]
  33. MSLU = 0
  34. # Type of compiled binaries [debug,release]
  35. BUILD = debug
  36. # The target processor architecture must be specified when it is not X86.
  37. # This does not affect the compiler output, so you still need to make sure
  38. # your environment is set up appropriately with the correct compiler in the
  39. # PATH. Rather it affects some options passed to some of the common build
  40. # utilities such as the resource compiler and the linker.
  41. #
  42. # Accepted values: IA64, X64
  43. # (AMD64 accepted as synonym for X64 but should not be used any more).
  44. TARGET_CPU = $(CPU)
  45. # Should debugging info be included in the executables? The default value
  46. # "default" means that debug info will be included if BUILD=debug
  47. # and not included if BUILD=release. [0,1,default]
  48. DEBUG_INFO = 1
  49. # Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
  50. # but expensive assert checks are enabled, use 0 to completely remove debugging
  51. # code. [0,1,default]
  52. DEBUG_FLAG = 1
  53. # Link against debug (e.g. msvcrtd.dll) or release (msvcrt.dll) RTL?
  54. # Default is to use debug CRT if and only if BUILD==debug. [0,1,default]
  55. DEBUG_RUNTIME_LIBS = default
  56. # Multiple libraries or single huge monolithic one? [0,1]
  57. MONOLITHIC = 0
  58. # Build GUI libraries? [0,1]
  59. USE_GUI = 1
  60. # Build wxHTML library (USE_GUI must be 1)? [0,1]
  61. USE_HTML = 1
  62. # Build wxWebView library (USE_GUI must be 1)? [0,1]
  63. USE_WEBVIEW = 1
  64. # Build multimedia library (USE_GUI must be 1)? [0,1]
  65. USE_MEDIA = 1
  66. # Build wxXRC library (USE_GUI must be 1)? [0,1]
  67. USE_XRC = 1
  68. # Build wxAUI library (USE_GUI must be 1)? [0,1]
  69. USE_AUI = 1
  70. # Build wxRibbon library (USE_GUI must be 1)? [0,1]
  71. USE_RIBBON = 1
  72. # Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
  73. USE_PROPGRID = 1
  74. # Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
  75. USE_RICHTEXT = 1
  76. # Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
  77. USE_STC = 1
  78. # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
  79. USE_OPENGL = 1
  80. # Build quality assurance classes library (USE_GUI must be 1)? [0,1]
  81. USE_QA = 1
  82. # Enable exceptions in compiled code. [0,1]
  83. USE_EXCEPTIONS = 1
  84. # Enable run-time type information (RTTI) in compiled code. [0,1]
  85. USE_RTTI = 1
  86. # Enable threading in compiled code. [0,1]
  87. USE_THREADS = 1
  88. # Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
  89. USE_CAIRO = 0
  90. # Is this official build by wxWidgets developers? [0,1]
  91. OFFICIAL_BUILD = 0
  92. # Use this to name your customized DLLs differently
  93. VENDOR = custom
  94. #
  95. WX_FLAVOUR =
  96. #
  97. WX_LIB_FLAVOUR =
  98. # Name of your custom configuration. This affects directory
  99. # where object files are stored as well as the location of
  100. # compiled .lib files and setup.h under the lib/ toplevel directory.
  101. CFG =
  102. # Compiler flags needed to compile test suite in tests directory. If you want
  103. # to run the tests, set it so that the compiler can find CppUnit headers.
  104. CPPUNIT_CFLAGS =
  105. # Linker flags needed to link test suite in tests directory. If you want
  106. # to run the tests, include CppUnit library here.
  107. CPPUNIT_LIBS =
  108. # Version of C runtime library to use. You can change this to
  109. # static if SHARED=0, but it is highly recommended to not do
  110. # it if SHARED=1 unless you know what you are doing. [dynamic,static]
  111. RUNTIME_LIBS = dynamic