rename stuff for ACS compile
This commit is contained in:
parent
101ed1037a
commit
43d6ce4148
3 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ parameters = "--error-file \"acs.err\"
|
|||
resultlump = "BEHAVIOR";
|
||||
|
||||
// Editor settings
|
||||
description = "Ring Racers ACS script";
|
||||
description = "BlanKart ACS script";
|
||||
codepage = 0;
|
||||
extensions = "acs";
|
||||
casesensitive = false;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ compilers
|
|||
// The setting named "program" defines what .exe to run
|
||||
// The "interface" setting defines what interal interface to use for processing and error feedback
|
||||
// All others are the required files (the setting names do not matter)
|
||||
ringracers_gdcc
|
||||
gdcc-acc-blan
|
||||
{
|
||||
interface = "AccCompiler";
|
||||
program = "gdcc-acc.exe";
|
||||
|
|
|
|||
Loading…
Reference in a new issue