| OLD | NEW |
| 1 <?xml version="1.0" ?> | 1 <?xml version="1.0" ?> |
| 2 | 2 |
| 3 <!-- Author: Francesco Montorsi <frm@users.sourceforge.net> --> | 3 <!-- Author: Francesco Montorsi <frm@users.sourceforge.net> --> |
| 4 <!-- Date: 30/8/2004 --> | 4 <!-- Date: 30/8/2004 --> |
| 5 <!-- Last revision: 26/1/2005 --> | 5 <!-- Last revision: 26/1/2005 --> |
| 6 | 6 |
| 7 | 7 |
| 8 <!-- LIBXML2 BAKEFILE --> | 8 <!-- LIBXML2 BAKEFILE --> |
| 9 <!-- --> | 9 <!-- --> |
| 10 <!-- The bakefile used to build the library and the test --> | 10 <!-- The bakefile used to build the library and the test --> |
| (...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 <if cond="WITH_THREADS=='posix'"> | 740 <if cond="WITH_THREADS=='posix'"> |
| 741 <exe id="testThreads" template="xml2test"><sources>$(XML
BASEDIR)$(DIRSEP)testThreads.c</sources></exe> | 741 <exe id="testThreads" template="xml2test"><sources>$(XML
BASEDIR)$(DIRSEP)testThreads.c</sources></exe> |
| 742 </if> | 742 </if> |
| 743 <if cond="WITH_THREADS=='ctls' or WITH_THREADS=='native'"> | 743 <if cond="WITH_THREADS=='ctls' or WITH_THREADS=='native'"> |
| 744 <exe id="testThreadsWin32" template="xml2test"><sources>
$(XMLBASEDIR)$(DIRSEP)testThreadsWin32.c</sources></exe> | 744 <exe id="testThreadsWin32" template="xml2test"><sources>
$(XMLBASEDIR)$(DIRSEP)testThreadsWin32.c</sources></exe> |
| 745 </if> | 745 </if> |
| 746 --> | 746 --> |
| 747 </if> | 747 </if> |
| 748 | 748 |
| 749 </makefile> | 749 </makefile> |
| OLD | NEW |