|
@@ -252,6 +252,7 @@ def bootstrap():
|
|
|
# Compile all files and add to structure manually
|
|
|
for bootstrap_file in bootstrap_files:
|
|
|
# Compile the subfile
|
|
|
+ bootstrap_file = bootstrap_file.replace("\\", "/")
|
|
|
print("[COMP] %s" % bootstrap_file)
|
|
|
symbols = {}
|
|
|
result = compile_code_AL(bootstrap_file, "initial_IP", prepend=bootstrap_file, is_file=True, symbols=symbols)
|