18 lines
442 B
XML
18 lines
442 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project>
|
|
<name>blaise-runtime</name>
|
|
|
|
<build>
|
|
<packaging>library</packaging>
|
|
<!-- mainSource not needed — PasBuild auto-generates bootstrap -->
|
|
<!-- System.pas is compiled by Blaise and already provides System implicitly -->
|
|
<bootstrapExclude>
|
|
<unit>System</unit>
|
|
</bootstrapExclude>
|
|
</build>
|
|
|
|
<test>
|
|
<testSource>testpunit2.pas</testSource>
|
|
</test>
|
|
</project>
|