]> git.llucax.com Git - software/sercom-old.git/blobdiff - src/sc_codegen
sc_codegen acepta un directorio de bibliotecas.
[software/sercom-old.git] / src / sc_codegen
index ddf17089d29db9c251f757a8d05127f3bd4e773b..07d952969061746cd734cad71b0daf18a74efa2e 100755 (executable)
@@ -1,6 +1,11 @@
 #!/usr/bin/php
 <?php // vim: set binary noeol et sw=4 sts=4:
 
+// Si me pasan un directorio de bibliotecas, lo uso.
+if (@$argv[1]) {
+    set_include_path(get_include_path().':'.$argv[1]);
+}
+
 $LOGLEVEL = ERROR;
 
 require_once 'T/general.php';