require BCC 5.82 for templates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2009-04-28 07:35:36 +00:00
parent 96e41f0980
commit bb79508b3d

View File

@@ -320,16 +320,10 @@
/* /*
test for old versions of Borland C, normally need at least 5.82, Turbo test for old versions of Borland C, normally need at least 5.82, Turbo
explorer, available for free at http://www.turboexplorer.com/downloads explorer, available for free at https://downloads.embarcadero.com/free/c_builder
*/ */
#if defined(__BORLANDC__) && (__BORLANDC__ < 0x550) #if defined(__BORLANDC__) && (__BORLANDC__ < 0x582)
# error "wxWidgets requires a newer version of Borland, we recommend upgrading to 5.82 (Turbo Explorer). You may at your own risk remove this line and try building but be prepared to get build errors." # error "wxWidgets requires a newer version of Borland, we require upgrading to 5.82 (Turbo Explorer). You may at your own risk remove this line and try building but be prepared to get build errors."
#endif /* __BORLANDC__ */
#if defined(__BORLANDC__) && (__BORLANDC__ < 0x582) && (__BORLANDC__ > 0x559)
# ifndef _USE_OLD_RW_STL
# error "wxWidgets is incompatible with default Borland C++ 5.6 STL library, please add -D_USE_OLD_RW_STL to your bcc32.cfg to use RogueWave STL implementation."
# endif
#endif /* __BORLANDC__ */ #endif /* __BORLANDC__ */