config.bcc 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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. !ifndef CC
  12. CC = bcc32
  13. !endif
  14. # C++ compiler
  15. !ifndef CXX
  16. CXX = bcc32
  17. !endif
  18. # Standard flags for CC
  19. !ifndef CFLAGS
  20. CFLAGS =
  21. !endif
  22. # Standard flags for C++
  23. !ifndef CXXFLAGS
  24. CXXFLAGS =
  25. !endif
  26. # Standard preprocessor flags (common for CC and CXX)
  27. !ifndef CPPFLAGS
  28. CPPFLAGS = -a8 -g0
  29. !endif
  30. # Standard linker flags
  31. !ifndef LDFLAGS
  32. LDFLAGS =
  33. !endif
  34. # The C preprocessor
  35. !ifndef CPP
  36. CPP = cpp32 -Sr -oCON
  37. !endif
  38. # What type of library to build? [0,1]
  39. !ifndef SHARED
  40. SHARED = 0
  41. !endif
  42. # GTK+ toolkit version [,2]
  43. !ifndef TOOLKIT_VERSION
  44. TOOLKIT_VERSION =
  45. !endif
  46. # Build wxUniversal instead of native port? [0,1]
  47. !ifndef WXUNIV
  48. WXUNIV = 0
  49. !endif
  50. # Compile Unicode build of wxWidgets? [0,1]
  51. !ifndef UNICODE
  52. UNICODE = 1
  53. !endif
  54. # Use MSLU library when building Unicode version. [0,1]
  55. !ifndef MSLU
  56. MSLU = 0
  57. !endif
  58. # Type of compiled binaries [debug,release]
  59. !ifndef BUILD
  60. BUILD = debug
  61. !endif
  62. # Should debugging info be included in the executables? The default value
  63. # "default" means that debug info will be included if BUILD=debug
  64. # and not included if BUILD=release. [0,1,default]
  65. !ifndef DEBUG_INFO
  66. DEBUG_INFO = default
  67. !endif
  68. # Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
  69. # but expensive assert checks are enabled, use 0 to completely remove debugging
  70. # code. [0,1,default]
  71. !ifndef DEBUG_FLAG
  72. DEBUG_FLAG = 1
  73. !endif
  74. # Multiple libraries or single huge monolithic one? [0,1]
  75. !ifndef MONOLITHIC
  76. MONOLITHIC = 0
  77. !endif
  78. # Build GUI libraries? [0,1]
  79. !ifndef USE_GUI
  80. USE_GUI = 1
  81. !endif
  82. # Build wxHTML library (USE_GUI must be 1)? [0,1]
  83. !ifndef USE_HTML
  84. USE_HTML = 1
  85. !endif
  86. # Build wxWebView library (USE_GUI must be 1)? [0,1]
  87. !ifndef USE_WEBVIEW
  88. USE_WEBVIEW = 1
  89. !endif
  90. # Build multimedia library (USE_GUI must be 1)? [0,1]
  91. !ifndef USE_MEDIA
  92. USE_MEDIA = 1
  93. !endif
  94. # Build wxXRC library (USE_GUI must be 1)? [0,1]
  95. !ifndef USE_XRC
  96. USE_XRC = 1
  97. !endif
  98. # Build wxAUI library (USE_GUI must be 1)? [0,1]
  99. !ifndef USE_AUI
  100. USE_AUI = 1
  101. !endif
  102. # Build wxRibbon library (USE_GUI must be 1)? [0,1]
  103. !ifndef USE_RIBBON
  104. USE_RIBBON = 1
  105. !endif
  106. # Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
  107. !ifndef USE_PROPGRID
  108. USE_PROPGRID = 1
  109. !endif
  110. # Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
  111. !ifndef USE_RICHTEXT
  112. USE_RICHTEXT = 1
  113. !endif
  114. # Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
  115. !ifndef USE_STC
  116. USE_STC = 1
  117. !endif
  118. # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
  119. !ifndef USE_OPENGL
  120. USE_OPENGL = 1
  121. !endif
  122. # Build quality assurance classes library (USE_GUI must be 1)? [0,1]
  123. !ifndef USE_QA
  124. USE_QA = 0
  125. !endif
  126. # Enable exceptions in compiled code. [0,1]
  127. !ifndef USE_EXCEPTIONS
  128. USE_EXCEPTIONS = 1
  129. !endif
  130. # Enable run-time type information (RTTI) in compiled code. [0,1]
  131. !ifndef USE_RTTI
  132. USE_RTTI = 1
  133. !endif
  134. # Enable threading in compiled code. [0,1]
  135. !ifndef USE_THREADS
  136. USE_THREADS = 1
  137. !endif
  138. # Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
  139. !ifndef USE_CAIRO
  140. USE_CAIRO = 0
  141. !endif
  142. # Is this official build by wxWidgets developers? [0,1]
  143. !ifndef OFFICIAL_BUILD
  144. OFFICIAL_BUILD = 0
  145. !endif
  146. # Use this to name your customized DLLs differently
  147. !ifndef VENDOR
  148. VENDOR = custom
  149. !endif
  150. #
  151. !ifndef WX_FLAVOUR
  152. WX_FLAVOUR =
  153. !endif
  154. #
  155. !ifndef WX_LIB_FLAVOUR
  156. WX_LIB_FLAVOUR =
  157. !endif
  158. # Name of your custom configuration. This affects directory
  159. # where object files are stored as well as the location of
  160. # compiled .lib files and setup.h under the lib/ toplevel directory.
  161. !ifndef CFG
  162. CFG =
  163. !endif
  164. # Compiler flags needed to compile test suite in tests directory. If you want
  165. # to run the tests, set it so that the compiler can find CppUnit headers.
  166. !ifndef CPPUNIT_CFLAGS
  167. CPPUNIT_CFLAGS =
  168. !endif
  169. # Linker flags needed to link test suite in tests directory. If you want
  170. # to run the tests, include CppUnit library here.
  171. !ifndef CPPUNIT_LIBS
  172. CPPUNIT_LIBS =
  173. !endif
  174. # Version of C runtime library to use. You can change this to
  175. # static if SHARED=0, but it is highly recommended to not do
  176. # it if SHARED=1 unless you know what you are doing. [dynamic,static]
  177. !ifndef RUNTIME_LIBS
  178. RUNTIME_LIBS = dynamic
  179. !endif