Disable entWatch4 autobuild.

Fix gitignore and missing include folders
compile script python backwards compat.
This commit is contained in:
BotoX
2017-08-04 03:07:07 +02:00
parent 0749b4de9c
commit e05a9ac0b4
14 changed files with 345 additions and 7 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ if __name__ == "__main__":
Compiler.append("-o" + OutPath)
try:
subprocess.run(Compiler, check=True)
subprocess.call(Compiler)
except Exception:
sys.exit(1)