config.wat 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. # =========================================================================
  2. # This configuration file was generated by
  3. # Bakefile 0.2.2 (http://bakefile.sourceforge.net)
  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. # Build wxUniversal instead of native port? [0,1]
  28. # 1 - Universal
  29. WXUNIV = 0
  30. # Compile Unicode build of wxWidgets? [0,1]
  31. # 1 - Unicode
  32. UNICODE = 1
  33. # Type of compiled binaries [debug,release]
  34. BUILD = debug
  35. # Should debugging info be included in the executables? The default value
  36. # "default" means that debug info will be included if BUILD=debug
  37. # and not included if BUILD=release. [0,1,default]
  38. DEBUG_INFO = default
  39. # Should __WXDEBUG__ be defined? The default value "default" means that it will
  40. # be defined if BUILD=debug and not defined if BUILD=release. [0,1,default]
  41. DEBUG_FLAG = default
  42. # Multiple libraries or single huge monolithic one? [0,1]
  43. # 0 - Multilib
  44. # 1 - Monolithic
  45. MONOLITHIC = 1
  46. # Build GUI libraries? [0,1]
  47. # 0 - Base
  48. # 1 - GUI
  49. USE_GUI = 1
  50. # Build wxHTML library (USE_GUI must be 1)? [0,1]
  51. USE_HTML = 1
  52. # Build multimedia library (USE_GUI must be 1)? [0,1]
  53. USE_MEDIA = 1
  54. # Build wxXRC library (USE_GUI must be 1)? [0,1]
  55. USE_XRC = 1
  56. # Build wxAUI library (USE_GUI must be 1)? [0,1]
  57. USE_AUI = 1
  58. # Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
  59. USE_RICHTEXT = 1
  60. # Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
  61. USE_STC = 1
  62. # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
  63. USE_OPENGL = 0
  64. # Build quality assurance classes library (USE_GUI must be 1)? [0,1]
  65. USE_QA = 0
  66. # Enable exceptions in compiled code. [0,1]
  67. USE_EXCEPTIONS = 1
  68. # Enable run-time type information (RTTI) in compiled code. [0,1]
  69. USE_RTTI = 1
  70. # Enable threading in compiled code. [0,1]
  71. USE_THREADS = 1
  72. # Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1]
  73. USE_GDIPLUS = 0
  74. # Is this official build by wxWidgets developers? [0,1]
  75. OFFICIAL_BUILD = 0
  76. # Use this to name your customized DLLs differently
  77. VENDOR = custom
  78. #
  79. WX_FLAVOUR =
  80. #
  81. WX_LIB_FLAVOUR =
  82. # Name of your custom configuration. This affects directory
  83. # where object files are stored as well as the location of
  84. # compiled .lib files and setup.h under the lib/ toplevel directory.
  85. CFG =
  86. # Compiler flags needed to compile test suite in tests directory. If you want
  87. # to run the tests, set it so that the compiler can find CppUnit headers.
  88. CPPUNIT_CFLAGS =
  89. # Linker flags needed to link test suite in tests directory. If you want
  90. # to run the tests, include CppUnit library here.
  91. CPPUNIT_LIBS =
  92. # Version of C runtime library to use. You can change this to
  93. # static if SHARED=0, but it is highly recommended to not do
  94. # it if SHARED=1 unless you know what you are doing. [dynamic,static]
  95. RUNTIME_LIBS = dynamic