config.wat 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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 = wcc386
  12. # C++ compiler
  13. CXX = wpp386
  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) -p
  24. # What type of library to build? [0,1]
  25. # 1 - DLL
  26. SHARED = 0
  27. # GTK+ toolkit version [,2]
  28. TOOLKIT_VERSION =
  29. # Build wxUniversal instead of native port? [0,1]
  30. # 1 - Universal
  31. WXUNIV = 0
  32. # Compile Unicode build of wxWidgets? [0,1]
  33. # 1 - Unicode
  34. UNICODE = 1
  35. # Type of compiled binaries [debug,release]
  36. BUILD = debug
  37. # Should debugging info be included in the executables? The default value
  38. # "default" means that debug info will be included if BUILD=debug
  39. # and not included if BUILD=release. [0,1,default]
  40. DEBUG_INFO = default
  41. # Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
  42. # but expensive assert checks are enabled, use 0 to completely remove debugging
  43. # code. [0,1,default]
  44. DEBUG_FLAG = 1
  45. # Multiple libraries or single huge monolithic one? [0,1]
  46. # 0 - Multilib
  47. # 1 - Monolithic
  48. MONOLITHIC = 1
  49. # Build GUI libraries? [0,1]
  50. # 0 - Base
  51. # 1 - GUI
  52. USE_GUI = 1
  53. # Build wxHTML library (USE_GUI must be 1)? [0,1]
  54. USE_HTML = 1
  55. # Build wxWebView library (USE_GUI must be 1)? [0,1]
  56. USE_WEBVIEW = 1
  57. # Build multimedia library (USE_GUI must be 1)? [0,1]
  58. USE_MEDIA = 1
  59. # Build wxXRC library (USE_GUI must be 1)? [0,1]
  60. USE_XRC = 1
  61. # Build wxAUI library (USE_GUI must be 1)? [0,1]
  62. USE_AUI = 1
  63. # Build wxRibbon library (USE_GUI must be 1)? [0,1]
  64. USE_RIBBON = 1
  65. # Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
  66. USE_PROPGRID = 1
  67. # Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
  68. USE_RICHTEXT = 1
  69. # Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
  70. USE_STC = 1
  71. # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
  72. USE_OPENGL = 1
  73. # Build quality assurance classes library (USE_GUI must be 1)? [0,1]
  74. USE_QA = 0
  75. # Enable exceptions in compiled code. [0,1]
  76. USE_EXCEPTIONS = 1
  77. # Enable run-time type information (RTTI) in compiled code. [0,1]
  78. USE_RTTI = 1
  79. # Enable threading in compiled code. [0,1]
  80. USE_THREADS = 1
  81. # Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
  82. USE_CAIRO = 0
  83. # Is this official build by wxWidgets developers? [0,1]
  84. OFFICIAL_BUILD = 0
  85. # Use this to name your customized DLLs differently
  86. VENDOR = custom
  87. #
  88. WX_FLAVOUR =
  89. #
  90. WX_LIB_FLAVOUR =
  91. # Name of your custom configuration. This affects directory
  92. # where object files are stored as well as the location of
  93. # compiled .lib files and setup.h under the lib/ toplevel directory.
  94. CFG =
  95. # Compiler flags needed to compile test suite in tests directory. If you want
  96. # to run the tests, set it so that the compiler can find CppUnit headers.
  97. CPPUNIT_CFLAGS =
  98. # Linker flags needed to link test suite in tests directory. If you want
  99. # to run the tests, include CppUnit library here.
  100. CPPUNIT_LIBS =
  101. # Version of C runtime library to use. You can change this to
  102. # static if SHARED=0, but it is highly recommended to not do
  103. # it if SHARED=1 unless you know what you are doing. [dynamic,static]
  104. RUNTIME_LIBS = dynamic