makefile.bcc 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. # =========================================================================
  2. # This makefile was generated by
  3. # Bakefile 0.2.9 (http://www.bakefile.org)
  4. # Do not modify, all changes will be overwritten!
  5. # =========================================================================
  6. .autodepend
  7. !ifndef BCCDIR
  8. !ifndef MAKEDIR
  9. !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
  10. !endif
  11. BCCDIR = $(MAKEDIR)\..
  12. !endif
  13. !include ../../build/msw/config.bcc
  14. # -------------------------------------------------------------------------
  15. # Do not modify the rest of this file!
  16. # -------------------------------------------------------------------------
  17. ### Variables: ###
  18. MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
  19. -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
  20. -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DTOOLKIT_VERSION="$(TOOLKIT_VERSION)" \
  21. -DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" \
  22. -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
  23. -DDEBUG_FLAG="$(DEBUG_FLAG)" -DMONOLITHIC="$(MONOLITHIC)" \
  24. -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" \
  25. -DUSE_WEBVIEW="$(USE_WEBVIEW)" -DUSE_MEDIA="$(USE_MEDIA)" \
  26. -DUSE_XRC="$(USE_XRC)" -DUSE_AUI="$(USE_AUI)" -DUSE_RIBBON="$(USE_RIBBON)" \
  27. -DUSE_PROPGRID="$(USE_PROPGRID)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \
  28. -DUSE_STC="$(USE_STC)" -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
  29. -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
  30. -DUSE_THREADS="$(USE_THREADS)" -DUSE_CAIRO="$(USE_CAIRO)" \
  31. -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
  32. -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
  33. -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
  34. -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
  35. ### Conditionally set variables: ###
  36. ### Targets: ###
  37. all: about help helpview printing test virtual widget zip
  38. clean:
  39. -if exist .\*.obj del .\*.obj
  40. -if exist .\*.res del .\*.res
  41. -if exist .\*.csm del .\*.csm
  42. @echo cd about >about.bat
  43. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat
  44. call about.bat
  45. @del about.bat
  46. @echo cd help >help.bat
  47. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
  48. call help.bat
  49. @del help.bat
  50. @echo cd helpview >helpview.bat
  51. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
  52. call helpview.bat
  53. @del helpview.bat
  54. @echo cd printing >printing.bat
  55. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
  56. call printing.bat
  57. @del printing.bat
  58. @echo cd test >test.bat
  59. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat
  60. call test.bat
  61. @del test.bat
  62. @echo cd virtual >virtual.bat
  63. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat
  64. call virtual.bat
  65. @del virtual.bat
  66. @echo cd widget >widget.bat
  67. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat
  68. call widget.bat
  69. @del widget.bat
  70. @echo cd zip >zip.bat
  71. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat
  72. call zip.bat
  73. @del zip.bat
  74. about:
  75. @echo cd about >about.bat
  76. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat
  77. call about.bat
  78. @del about.bat
  79. help:
  80. @echo cd help >help.bat
  81. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
  82. call help.bat
  83. @del help.bat
  84. helpview:
  85. @echo cd helpview >helpview.bat
  86. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
  87. call helpview.bat
  88. @del helpview.bat
  89. printing:
  90. @echo cd printing >printing.bat
  91. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
  92. call printing.bat
  93. @del printing.bat
  94. test:
  95. @echo cd test >test.bat
  96. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat
  97. call test.bat
  98. @del test.bat
  99. virtual:
  100. @echo cd virtual >virtual.bat
  101. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat
  102. call virtual.bat
  103. @del virtual.bat
  104. widget:
  105. @echo cd widget >widget.bat
  106. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat
  107. call widget.bat
  108. @del widget.bat
  109. zip:
  110. @echo cd zip >zip.bat
  111. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat
  112. call zip.bat
  113. @del zip.bat