summaryrefslogtreecommitdiff
path: root/buildscripts/chmbuilder/build_child.php
blob: a466d03ae32b004c3b3b3815b93ed1e5d4a35a9b (plain)
1
2
3
4
5
6
7
<?php

$isChild = true;

include(dirname(__FILE__).'/build.php');

?>