| Line 27... |
Line 27... |
| 27 |
<property name="bcpp_include_release" value="${bcpp_include},${bcpp_vcl_include}"/>
|
27 |
<property name="bcpp_include_release" value="${bcpp_include},${bcpp_vcl_include}"/>
|
| 28 |
|
28 |
|
| 29 |
<property name="bcpp_include_dimkumware_true" value=""/>
|
29 |
<property name="bcpp_include_dimkumware_true" value=""/>
|
| 30 |
<property name="bcpp_include_dimkumware_false" value=""/>
|
30 |
<property name="bcpp_include_dimkumware_false" value=""/>
|
| 31 |
|
31 |
|
| 32 |
<property name="bcpp_common_libs" value="cp32mt.lib,sysinit.obj,Memmgr.lib"/>
|
32 |
<property name="bcpp_common_libs" value="sysinit.obj,Memmgr.lib"/>
|
| 33 |
<property name="bcpp_dblibs" value="adortl.lib,dbexpress.lib,vcldb.lib,dbrtl.lib,bdertl.lib"/>
|
33 |
<property name="bcpp_dblibs" value="adortl.lib,dbexpress.lib,vcldb.lib,dbrtl.lib,bdertl.lib"/>
|
| 34 |
<property name="bcpp_rtl" value="rtl.lib,import32.lib"/>
|
34 |
<property name="bcpp_rtl" value="rtl.lib,import32.lib"/>
|
| 35 |
|
35 |
|
| 36 |
<property name="bcpp_console_libs" value="cw32.lib"/>
|
36 |
<property name="bcpp_console_libs" value="cw32.lib"/>
|
| 37 |
<property name="bcpp_gui_libs" value="vcl.lib,vclx.lib"/>
|
37 |
<property name="bcpp_gui_libs" value="cp32mt.lib,vcl.lib,vclx.lib"/>
|
| 38 |
|
38 |
|
| 39 |
<property name="bcpp_libraries_debug" value="${bcpp_common_libs},${bcpp_rtl},${bcpp_dblibs}"/>
|
39 |
<property name="bcpp_libraries_debug" value="${bcpp_common_libs},${bcpp_rtl},${bcpp_dblibs}"/>
|
| 40 |
<property name="bcpp_libraries_release" value="${bcpp_common_libs},${bcpp_rtl},${bcpp_dblibs}"/>
|
40 |
<property name="bcpp_libraries_release" value="${bcpp_common_libs},${bcpp_rtl},${bcpp_dblibs}"/>
|
| 41 |
|
41 |
|
| 42 |
<property name="bcpp_lib_debug" value="${using.borland_bcb.basedir}\lib\debug"/>
|
42 |
<property name="bcpp_lib_debug" value="${using.borland_bcb.basedir}\lib\debug"/>
|
| Line 277... |
Line 277... |
| 277 |
<!-- ignore warnings - 'identifier' is assigned a value that is never used -->
|
277 |
<!-- ignore warnings - 'identifier' is assigned a value that is never used -->
|
| 278 |
<compilerarg value="-w-aus"/>
|
278 |
<compilerarg value="-w-aus"/>
|
| 279 |
</compiler>
|
279 |
</compiler>
|
| 280 |
|
280 |
|
| 281 |
<!-- Linker rules -->
|
281 |
<!-- Linker rules -->
|
| - |
|
282 |
|
| - |
|
283 |
<linker id="bcpp_linker_none" name="${bcpp_compilername}" path="${bcpp_bin}">
|
| - |
|
284 |
</linker>
|
| - |
|
285 |
|
| - |
|
286 |
<linker id="bcpp_linker_debug_console_vcl" name="${bcpp_compilername}" path="${bcpp_bin}">
|
| - |
|
287 |
<!-- Disable incremental linking -->
|
| - |
|
288 |
<linkerarg value="-Gn"/>
|
| - |
|
289 |
<linkerarg value="-x"/>
|
| - |
|
290 |
<linkerarg value="-aa"/>
|
| - |
|
291 |
|
| - |
|
292 |
<linkerarg value="-L"${bcpp_lib_debug}""/>
|
| - |
|
293 |
|
| - |
|
294 |
|
| - |
|
295 |
<fileset dir="${bcpp_lib_debug}" includes="${bcpp_gui_libs}" casesensitive="no"/>
|
| - |
|
296 |
<fileset dir="${bcpp_lib_debug}" includes="${bcpp_libraries_debug}" casesensitive="no"/>
|
| - |
|
297 |
<fileset dir="${bcpp_lib_debug}" includes="${bcpp_console_libs}" casesensitive="no"/>
|
| - |
|
298 |
</linker>
|
| - |
|
299 |
|
| - |
|
300 |
<linker id="bcpp_linker_release_console_vcl" name="${bcpp_compilername}" path="${bcpp_bin}">
|
| - |
|
301 |
<!-- Disable incremental linking -->
|
| - |
|
302 |
<linkerarg value="-Gn"/>
|
| - |
|
303 |
|
| - |
|
304 |
<linkerarg value="-L"${bcpp_lib_release}""/>
|
| - |
|
305 |
|
| - |
|
306 |
<fileset dir="${bcpp_lib_release}" includes="${bcpp_libraries_release}" casesensitive="no"/>
|
| - |
|
307 |
<fileset dir="${bcpp_lib_release}" includes="${bcpp_console_libs}" casesensitive="no"/>
|
| - |
|
308 |
<fileset dir="${bcpp_lib_release}" includes="${bcpp_gui_libs}" casesensitive="no"/>
|
| - |
|
309 |
|
| - |
|
310 |
</linker>
|
| 282 |
|
311 |
|
| 283 |
<linker id="bcpp_linker_debug_console" name="${bcpp_compilername}" path="${bcpp_bin}">
|
312 |
<linker id="bcpp_linker_debug_console" name="${bcpp_compilername}" path="${bcpp_bin}">
|
| 284 |
<!-- Disable incremental linking -->
|
313 |
<!-- Disable incremental linking -->
|
| 285 |
<linkerarg value="-Gn"/>
|
314 |
<linkerarg value="-Gn"/>
|
| 286 |
<linkerarg value="-x"/>
|
315 |
<linkerarg value="-x"/>
|