ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
2021-03-10 11:44:43 -05:00
.github/workflows - added continuous integration based on GitHub Workflow 2020-07-22 11:03:59 -04:00
.gitattributes - add .gitattributes 2021-02-23 16:13:18 -05:00
.gitignore - removed obsolete build systems files 2020-07-22 11:03:59 -04:00
acc.c - add .gitattributes 2021-02-23 12:41:44 -05:00
CMakeLists.txt - forced static MSVC runtime 2020-08-18 07:18:16 -04:00
common.h - fix more line endings 2021-03-10 11:44:43 -05:00
error.c - fix more line endings 2021-03-10 11:44:43 -05:00
error.h - fix more line endings 2021-03-10 11:44:43 -05:00
misc.c - fix more line endings 2021-03-10 11:44:43 -05:00
misc.h - fix more line endings 2021-03-10 11:44:43 -05:00
parse.c - fix more line endings 2021-03-10 11:44:43 -05:00
parse.h - fix more line endings 2021-03-10 11:44:43 -05:00
pcode.c - fix more line endings 2021-03-10 11:44:43 -05:00
pcode.h - fix more line endings 2021-03-10 11:44:43 -05:00
readme.md Create readme.md 2016-01-18 10:47:58 +01:00
strlist.c - fix more line endings 2021-03-10 11:44:43 -05:00
strlist.h - fix more line endings 2021-03-10 11:44:43 -05:00
symbol.c - fix more line endings 2021-03-10 11:44:43 -05:00
symbol.h - fix more line endings 2021-03-10 11:44:43 -05:00
token.c - fix more line endings 2021-03-10 11:44:43 -05:00
token.h - fix more line endings 2021-03-10 11:44:43 -05:00
zcommon.acs - fix more line endings 2021-03-10 11:44:43 -05:00
zdefs.acs - add .gitattributes 2021-02-23 12:41:44 -05:00
zspecial.acs - fix line endings 2021-03-10 11:40:52 -05:00
zwvars.acs - fix more line endings 2021-03-10 11:44:43 -05:00

ACC

ACC is an ACS script compiler for use with ZDoom and Hexen. http://zdoom.org/wiki/ACC

Usage

Usage: ACC [options] source[.acs] [object[.o]]
-i [path]  Add include path to find include files
-d[file]   Output debugging information
-h         Create pcode compatible with Hexen and old ZDooms
-hh        Like -h, but use of new features is only a warning