Tweaking bhl run sources
This commit is contained in:
parent
fccadb76af
commit
0892b08d81
|
@ -219,12 +219,11 @@ function bhl_run_ex($bhl_inc_dir, array $bhl_files, $result_file, $debug = true,
|
|||
|
||||
$user_sources = array(
|
||||
get("UNITY_ASSETS_DIR")."/Scripts/bhl/register.cs",
|
||||
"$GAME_ROOT/dll_src/bhl/autobind.cs",
|
||||
get("UNITY_ASSETS_DIR")."/Scripts/bhl/autobind.cs"
|
||||
);
|
||||
|
||||
$postproc_sources = array(
|
||||
"$GAME_ROOT/dll_src/bhl/postproc.cs",
|
||||
get("UNITY_ASSETS_DIR")."/Scripts/bhl/postproc.cs",
|
||||
);
|
||||
|
||||
$bhl_deps = $bhl_files;
|
||||
|
|
Loading…
Reference in New Issue