UDI/Tools - Moved udi* tools to UDI/ tree
[tpg/acess2.git] / UDI / Tools / 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_CreateUdiprops(tIniFile *opts, const char *abi, tUdiprops *udiprops);
16 extern int      Build_LinkObjects(tIniFile *opts, const char *abi, tUdiprops *udiprops);
17
18 #endif
19

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