diff options
author | xue <> | 2006-10-18 01:38:47 +0000 |
---|---|---|
committer | xue <> | 2006-10-18 01:38:47 +0000 |
commit | af832a5a9018c7dcc2f24111d82049902269fc53 (patch) | |
tree | b66193de9e7b75c916a92d6c951a22a90d85fed6 /buildscripts/chmbuilder/build_child.php | |
parent | 459bb9c618a8f2897da22129167e634589435e38 (diff) |
merge from 3.0 branch till 1463.
Diffstat (limited to 'buildscripts/chmbuilder/build_child.php')
-rw-r--r-- | buildscripts/chmbuilder/build_child.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/buildscripts/chmbuilder/build_child.php b/buildscripts/chmbuilder/build_child.php new file mode 100644 index 00000000..91662373 --- /dev/null +++ b/buildscripts/chmbuilder/build_child.php @@ -0,0 +1,7 @@ +<?php
+
+$isChild = true;
+
+include(dirname(__FILE__).'/build.php');
+
+?>
\ No newline at end of file |