regex post submission patches/tidy up.

[SVN r7854]
This commit is contained in:
John Maddock
2000-09-27 12:04:20 +00:00
parent fc0bf318a2
commit a47bcdb944
11 changed files with 1449 additions and 2013 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -42,6 +42,9 @@ a b -1 -1
\(a\) (a) 0 3 \(a\) (a) 0 3
\() ! \() !
(\) ! (\) !
p(a)rameter ABCparameterXYZ 3 12 4 5
[pq](a)rameter ABCparameterXYZ 3 12 4 5
; now try escaped brackets: ; now try escaped brackets:
- match_default bk_parens REG_BASIC - match_default bk_parens REG_BASIC
\(a\) zzzaazz 3 4 3 4 \(a\) zzzaazz 3 4 3 4
@ -855,3 +858,4 @@ a+(?#b+)b+ xaaabbba 1 7

230
index.htm
View File

@ -1,30 +1,29 @@
<!DOCTYPE HTML PUBLIC "-//w3c//dtd html 4.0 transitional//en"> <html>
<HTML> <head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="keywords"
content="regex++, regular expressions, regular expression library, C++">
<meta name="Template"
content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>regex++, Index</title>
</head>
<HEAD> <body bgcolor="#FFFFFF" link="#0000FF" vlink="#800080">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="keywords"
CONTENT="regex++, regular expressions, regular expression library, C++">
<META NAME="Template"
CONTENT="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
<META NAME="GENERATOR" CONTENT="Mozilla/4.5 [en] (Win98; I) [Netscape]">
<TITLE>regex++, Index</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#800080"> <p>&nbsp; </p>
&nbsp; <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="7" WIDTH="100%">
<TR> <table border="0" cellpadding="7" cellspacing="0" width="100%">
<TD VALIGN="TOP" WIDTH="50%"> <H3> <tr>
<IMG SRC="../../c++boost.gif" HEIGHT="86" WIDTH="277" ALT="C++ Boost"></H3> <td valign="top" width="50%"><h3><img src="../../c++boost.gif"
</TD> alt="C++ Boost" width="277" height="86"></h3>
<TD VALIGN="TOP" WIDTH="50%"> <CENTER> </td>
<H3> Regex++, Index.</H3> <td valign="top" width="50%"><h3 align="center">Regex++,
</CENTER> Index.</h3>
<CENTER> <p><i>(version 3.01, 18 April 2000)</i> </p>
<I>(version 3.01, 18 April 2000)</I> <pre><i>Copyright (c) 1998-2000
</CENTER>
<PRE><I>Copyright (c) 1998-2000
Dr John Maddock Dr John Maddock
Permission to use, copy, modify, distribute and sell this software Permission to use, copy, modify, distribute and sell this software
@ -33,85 +32,108 @@ provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear that both that copyright notice and this permission notice appear
in supporting documentation.&nbsp; Dr John Maddock makes no representations in supporting documentation.&nbsp; Dr John Maddock makes no representations
about the suitability of this software for any purpose.&nbsp;&nbsp; about the suitability of this software for any purpose.&nbsp;&nbsp;
It is provided &quot;as is&quot; without express or implied warranty.</I></PRE> It is provided &quot;as is&quot; without express or implied warranty.</i></pre>
</td>
</tr>
</table>
</TD> <hr>
</TR>
</TABLE> <h3 align="center">Contents</h3>
<HR>
<CENTER> <ul>
<H3> Contents</H3> <li><a href="introduction.htm#intro">Introduction</a></li>
</CENTER> <li><a href="introduction.htm#Installation">Installation and
<UL> Configuration</a> </li>
<LI> <A HREF="introduction.htm#intro">Introduction</A></LI> <li><a href="template_class_ref.htm#regbase">Template Class
<LI> <A HREF="introduction.htm#Installation">Installation and Configuration</A> and Algorithm Reference</a> <ul>
</LI> <li>Class <a href="template_class_ref.htm#regbase">regbase</a></li>
<LI> <A HREF="template_class_ref.htm#regbase">Template Class and Algorithm <li>Class <a
Reference</A> <UL> href="template_class_ref.htm#bad_expression">bad_expression</a>
<LI> Class <A HREF="template_class_ref.htm#regbase">regbase</A></LI> </li>
<LI> Class <A HREF="template_class_ref.htm#bad_expression">bad_expression</A> <li>Class <a
</LI> href="template_class_ref.htm#reg_expression">reg_expression</a>
<LI> Class <A HREF="template_class_ref.htm#reg_expression">reg_expression</A> </li>
</LI> <li>Class <a
<LI> Class <A href="template_class_ref.htm#regex_char_traits">char_regex_traits</a></li>
HREF="template_class_ref.htm#regex_char_traits">char_regex_traits</A></LI> <li>Class <a
<LI> Class <A HREF="template_class_ref.htm#match_results">match_results</A> href="template_class_ref.htm#match_results">match_results</a>
</LI> </li>
<LI> Algorithm <A HREF="template_class_ref.htm#query_match">regex_match</A> <li>Algorithm <a
</LI> href="template_class_ref.htm#query_match">regex_match</a>
<LI> Algorithm <A HREF="template_class_ref.htm#reg_search">regex_search</A> </li>
</LI> <li>Algorithm <a
<LI> Algorithm <A HREF="template_class_ref.htm#reg_grep">regex_grep</A></LI> href="template_class_ref.htm#reg_search">regex_search</a>
<LI> Algorithm <A HREF="template_class_ref.htm#reg_format">regex_format</A> </li>
</LI> <li>Algorithm <a
<LI> Algorithm <A HREF="template_class_ref.htm#reg_merge">regex_merge</A></LI> href="template_class_ref.htm#reg_grep">regex_grep</a></li>
<LI> Algorithm <A HREF="template_class_ref.htm#regex_split">regex_split</A> <li>Algorithm <a
</LI> href="template_class_ref.htm#reg_format">regex_format</a>
</UL> </li>
</LI> <li>Algorithm <a
<LI> Class <A HREF="hl_ref.htm#RegEx">RegEx</A> reference</LI> href="template_class_ref.htm#reg_merge">regex_merge</a></li>
<LI> <A HREF="posix_ref.htm#posix">POSIX Compatibility Functions</A></LI> <li>Algorithm <a
<LI> <A HREF="syntax.htm#syntax">Regular Expression Syntax</A></LI> href="template_class_ref.htm#regex_split">regex_split</a>
<LI> <A HREF="format_string.htm#format_string">Format String Syntax</A></LI> </li>
<LI> <A HREF="appendix.htm#implementation">Appendices</A> <UL> </ul>
<LI> <A HREF="appendix.htm#implementation">Implementation notes</A></LI> </li>
<LI> <A HREF="appendix.htm#threads">Thread safety</A></LI> <li>Class <a href="hl_ref.htm#RegEx">RegEx</a> reference</li>
<LI> <A HREF="appendix.htm#localisation">Localization</A></LI> <li><a href="posix_ref.htm#posix">POSIX Compatibility
<LI> <A HREF="appendix.htm#demos">Demo Applications</A> <UL> Functions</a></li>
<LI> <A HREF="demo/snippets/snip1.cpp">snip1.cpp</A>: ftp based regex_match <li><a href="syntax.htm#syntax">Regular Expression Syntax</a></li>
example.</LI> <li><a href="format_string.htm#format_string">Format String
<LI><A HREF="demo/snippets/snip2.cpp">snip2.cpp</A>: regex_search example: Syntax</a></li>
searches a cpp file for class definitions.</LI> <li><a href="appendix.htm#implementation">Appendices</a> <ul>
<LI><A HREF="demo/snippets/snip3.cpp">snip3.cpp</A>: regex_grep example 1: <li><a href="appendix.htm#implementation">Implementation
searches a cpp file for class definitions.</LI> notes</a></li>
<LI><A HREF="demo/snippets/snip4.cpp">snip4.cpp</A>: regex_merge example: <li><a href="appendix.htm#threads">Thread safety</a></li>
converts a C++ file to syntax highlighted HTML.</LI> <li><a href="appendix.htm#localisation">Localization</a></li>
<LI><A HREF="demo/snippets/snip5.cpp">snip5.cpp</A>: regex_grep example 2: <li><a href="appendix.htm#demos">Demo Applications</a>
searches a cpp file for class definitions, using a global callback function. <ul>
</LI> <li><a href="demo/snippets/snip1.cpp">snip1.cpp</a>:
<LI><A HREF="demo/snippets/snip6.cpp">snip6.cpp</A>: regex_grep example 2: ftp based regex_match example.</li>
searches a cpp file for class definitions, using a bound member function <li><a href="demo/snippets/snip2.cpp">snip2.cpp</a>:
callback.</LI> regex_search example: searches a cpp file
<LI><A HREF="demo/snippets/snip7.cpp">snip7.cpp</A>: regex_grep example 2: for class definitions.</li>
searches a cpp file for class definitions, using a C++ Builder closure as a <li><a href="demo/snippets/snip3.cpp">snip3.cpp</a>:
callback.</LI> regex_grep example 1: searches a cpp file
<LI><A HREF="demo/snippets/snip8.cpp">snip8.cpp</A>: regex_split example: split for class definitions.</li>
a string into tokens.</LI> <li><a href="demo/snippets/snip4.cpp">snip4.cpp</a>:
<LI><A HREF="demo/snippets/snip9.cpp">snip9.cpp</A>: regex_split example: spit regex_merge example: converts a C++ file
out linked URL's.</LI> to syntax highlighted HTML.</li>
</UL> <li><a href="demo/snippets/snip5.cpp">snip5.cpp</a>:
</LI> regex_grep example 2: searches a cpp file
<LI> <A HREF="appendix.htm#headers">Header Files.</A></LI> for class definitions, using a global
<LI> <A HREF="appendix.htm#redist">Redistributables</A></LI> callback function. </li>
<LI> <A HREF="appendix.htm#upgrade">Note for upgraders</A></LI> <li><a href="demo/snippets/snip6.cpp">snip6.cpp</a>:
</UL> regex_grep example 2: searches a cpp file
</LI> for class definitions, using a bound
<LI> <A HREF="appendix.htm#furtherInfo">Further Information</A> </LI> member function callback.</li>
<LI><A HREF="faq.htm">FAQ</A></LI> <li><a href="demo/snippets/snip7.cpp">snip7.cpp</a>:
</UL> regex_grep example 2: searches a cpp file
<HR> for class definitions, using a C++
<P><I>Copyright <A HREF="mailto:John_Maddock@compuserve.com">Dr John Builder closure as a callback.</li>
Maddock</A> 1998-2000 all rights reserved.</I> </P> <li><a href="demo/snippets/snip8.cpp">snip8.cpp</a>:
</BODY> regex_split example: split a string into
</HTML> tokens.</li>
<li><a href="demo/snippets/snip9.cpp">snip9.cpp</a>:
regex_split example: spit out linked URL's.</li>
</ul>
</li>
<li><a href="appendix.htm#headers">Header Files.</a></li>
<li><a href="appendix.htm#redist">Redistributables</a></li>
<li><a href="appendix.htm#upgrade">Note for upgraders</a></li>
</ul>
</li>
<li><a href="appendix.htm#furtherInfo">Further Information (Contacts
and Acknowledgements)</a></li>
<li><a href="faq.htm">FAQ</a></li>
</ul>
<hr>
<p><i>Copyright </i><a href="mailto:John_Maddock@compuserve.com"><i>Dr
John Maddock</i></a><i> 1998-2000 all rights reserved.</i> </p>
</body>
</html>

View File

@ -205,6 +205,13 @@ packages, and to a more limited extent perl 5. </p>
<h3><a name="Installation"></a><i>Installation and Configuration <h3><a name="Installation"></a><i>Installation and Configuration
Options</i> </h3> Options</i> </h3>
<p><em>[ </em><em><strong>Important</strong></em><em>: If you are
upgrading from version 2.x of this library then you will find a
number of changes to the documented header names and library
interfaces, existing code should still compile unchanged however
- see </em><a href="appendix.htm#upgrade"><em>Note for Upgraders</em></a><em>.
]</em></p>
<p>When you extract the library from its zip file, you must <p>When you extract the library from its zip file, you must
preserve its internal directory structure (for example by using preserve its internal directory structure (for example by using
the -d option when extracting). If you didn't do that when the -d option when extracting). If you didn't do that when
@ -414,3 +421,4 @@ with your message. <br>
John Maddock</i></a><i> 1998-2000 all rights reserved.</i> </p> John Maddock</i></a><i> 1998-2000 all rights reserved.</i> </p>
</body> </body>
</html> </html>

View File

@ -27,7 +27,7 @@ BCROOT=$(MAKEDIR)\..
!endif !endif
ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/jm_opt.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp
all : bcb5 bcb5\bcb5re300 bcb5\bcb5re300.lib bcb5\bcb5re300m bcb5\bcb5re300m.lib bcb5\bcb5re300lm bcb5\bcb5re300lm.lib bcb5\bcb5re300l bcb5\bcb5re300l.lib all : bcb5 bcb5\bcb5re300 bcb5\bcb5re300.lib bcb5\bcb5re300m bcb5\bcb5re300m.lib bcb5\bcb5re300lm bcb5\bcb5re300lm.lib bcb5\bcb5re300l bcb5\bcb5re300l.lib

View File

@ -27,7 +27,7 @@ BCROOT=$(MAKEDIR)\..
!endif !endif
ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/jm_opt.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp
all : bcb4 bcb4\bcb4re300 bcb4\bcb4re300.lib bcb4\bcb4re300m bcb4\bcb4re300m.lib bcb4\bcb4re300v bcb4\bcb4re300v.lib bcb4\bcb4re300lv bcb4\bcb4re300lv.lib bcb4\bcb4re300lm bcb4\bcb4re300lm.lib bcb4\bcb4re300l bcb4\bcb4re300l.lib all : bcb4 bcb4\bcb4re300 bcb4\bcb4re300.lib bcb4\bcb4re300m bcb4\bcb4re300m.lib bcb4\bcb4re300v bcb4\bcb4re300v.lib bcb4\bcb4re300lv bcb4\bcb4re300lv.lib bcb4\bcb4re300lm bcb4\bcb4re300lm.lib bcb4\bcb4re300l bcb4\bcb4re300l.lib

View File

@ -27,7 +27,7 @@ BCROOT=$(MAKEDIR)\..
!endif !endif
ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/jm_opt.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp
all : bcb5 bcb5\bcb5re300 bcb5\bcb5re300.lib bcb5\bcb5re300m bcb5\bcb5re300m.lib bcb5\bcb5re300v bcb5\bcb5re300v.lib bcb5\bcb5re300lv bcb5\bcb5re300lv.lib bcb5\bcb5re300lm bcb5\bcb5re300lm.lib bcb5\bcb5re300l bcb5\bcb5re300l.lib all : bcb5 bcb5\bcb5re300 bcb5\bcb5re300.lib bcb5\bcb5re300m bcb5\bcb5re300m.lib bcb5\bcb5re300v bcb5\bcb5re300v.lib bcb5\bcb5re300lv bcb5\bcb5re300lv.lib bcb5\bcb5re300lm bcb5\bcb5re300lm.lib bcb5\bcb5re300l bcb5\bcb5re300l.lib

View File

@ -23,7 +23,7 @@ XSFLAGS=
ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/jm_opt.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp
all : gcc gcc gcc/regex++ ./gcc/libregex++.a gcc gcc/regex++debug ./gcc/libregex++debug.a all : gcc gcc gcc/regex++ ./gcc/libregex++.a gcc gcc/regex++debug ./gcc/libregex++debug.a

View File

@ -28,7 +28,7 @@ NULL=nul
!ENDIF !ENDIF
ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/jm_opt.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp
all : main_dir vc6-stlport-re300m_dir ./vc6-stlport/vc6-stlport-re300m.lib vc6-stlport-re300dm_dir ./vc6-stlport/vc6-stlport-re300dm.lib vc6-stlport-re300dl_dir ./vc6-stlport/vc6-stlport-re300dl.lib vc6-stlport-re300l_dir ./vc6-stlport/vc6-stlport-re300l.lib all : main_dir vc6-stlport-re300m_dir ./vc6-stlport/vc6-stlport-re300m.lib vc6-stlport-re300dm_dir ./vc6-stlport/vc6-stlport-re300dm.lib vc6-stlport-re300dl_dir ./vc6-stlport/vc6-stlport-re300dl.lib vc6-stlport-re300l_dir ./vc6-stlport/vc6-stlport-re300l.lib

View File

@ -28,7 +28,7 @@ NULL=nul
!ENDIF !ENDIF
ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/jm_opt.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp ALL_HEADER=../../../boost/cregex.hpp ../../../boost/pattern_except.hpp ../../../boost/regex.hpp ../../../boost/regex_traits.hpp ../../../boost/re_detail/fileiter.hpp ../../../boost/re_detail/regex_compile.hpp ../../../boost/re_detail/regex_config.hpp ../../../boost/re_detail/regex_cstring.hpp ../../../boost/re_detail/regex_format.hpp ../../../boost/re_detail/regex_kmp.hpp ../../../boost/re_detail/regex_library_include.hpp ../../../boost/re_detail/regex_match.hpp ../../../boost/re_detail/regex_options.hpp ../../../boost/re_detail/regex_raw_buffer.hpp ../../../boost/re_detail/regex_split.hpp ../../../boost/re_detail/regex_stack.hpp ../../../boost/re_detail/regex_synch.hpp
all : main_dir vc6-re300_dir ./vc6/vc6-re300.lib vc6-re300m_dir ./vc6/vc6-re300m.lib vc6-re300d_dir ./vc6/vc6-re300d.lib vc6-re300dm_dir ./vc6/vc6-re300dm.lib vc6-re300dl_dir ./vc6/vc6-re300dl.lib vc6-re300l_dir ./vc6/vc6-re300l.lib all : main_dir vc6-re300_dir ./vc6/vc6-re300.lib vc6-re300m_dir ./vc6/vc6-re300m.lib vc6-re300d_dir ./vc6/vc6-re300d.lib vc6-re300dm_dir ./vc6/vc6-re300dm.lib vc6-re300dl_dir ./vc6/vc6-re300dl.lib vc6-re300l_dir ./vc6/vc6-re300l.lib