mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Add Comeau under Win32
[SVN r10679]
This commit is contained in:
parent
1df779e50a
commit
ad6541041c
1 changed files with 7 additions and 0 deletions
|
@ -207,6 +207,13 @@ bcc32 -c -I%include -j10 -q %source
|
|||
bcc32 -eboosttmp.exe -I%include -j10 -q %source
|
||||
Borland<br><a href="http://www.borland.com/bcppbuilder/freecompiler/">BCC</a><br>5.5.1
|
||||
|
||||
win32
|
||||
como
|
||||
Comeau C++ 4.2.45 beta2 libcomo beta10
|
||||
como -c -e10 --wchar_t --no_microsoft_bugs -D_WCHAR_T_DEFINED -I%include %source
|
||||
como -e10 -tnone --wchar_t --no_microsoft_bugs -D_WCHAR_T_DEFINED -o boosttmp -I%include %source $COMO_BASE\comolib\libcomo.lib
|
||||
<a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta 2<br>libcomo<br>beta 14
|
||||
|
||||
win32
|
||||
cygwin
|
||||
GCC under cygwin
|
||||
|
|
Loading…
Add table
Reference in a new issue