aaad075cf53c95a6f83cbb452045df370f8d2965
[tpg/acess2.git] / Tools / udibuild / src / include / build.h
1 /*
2  * udibuild - UDI Compilation Utility
3  * - By John Hodge (thePowersGang)
4  *
5  * build.h
6  * - Actual build steps (exposed functions)
7  */
8 #ifndef _BUILD_H_
9 #define _BUILD_H_
10
11 #include "inifile.h"
12 #include "udiprops.h"
13
14 extern int      Build_CompileFile(tIniFile *opts, const char *abi, tUdiprops *udiprops, tUdiprops_Srcfile *srcfile);
15 extern int      Build_LinkObjects(tIniFile *opts, const char *abi, tUdiprops *udiprops);
16
17 #endif
18

UCC git Repository :: git.ucc.asn.au