Update importcode.src
This commit is contained in:
parent
2a08a660dd
commit
0b5fcf74ee
1 changed files with 2 additions and 1 deletions
|
|
@ -45,4 +45,5 @@ if origFile[0] != "/" then origFile=current_path+"/"+origFile
|
|||
result = handleFileImports(origFile)
|
||||
if result then exit result
|
||||
|
||||
get_shell.build(origFile, parent_path(origFile), 0)
|
||||
//-- do not build last src actually
|
||||
//-- get_shell.build(origFile, parent_path(origFile), 0)
|
||||
|
|
|
|||
Reference in a new issue