Commit 7b3288f

mokhan <mokhan@ce5e1baf-6525-42e4-a1b2-857ea38da20a>
2009-03-05 02:33:31
hooked up expand template files target.
git-svn-id: https://svn.xp-dev.com/svn/mokhan-mo.money@47 ce5e1baf-6525-42e4-a1b2-857ea38da20a
1 parent 57ce3bd
Changed files (1)
trunk
trunk/build/project.ps1
@@ -56,3 +56,7 @@ task app_compile -depends init {
 	$result
 }
 
+task expand_template_file($files) {
+  expand_all_template_files $files $local_settings
+}
+