File: Build.h

package info (click to toggle)
oo2c32 1.5.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 8,748 kB
  • ctags: 5,415
  • sloc: ansic: 95,007; sh: 473; makefile: 344; perl: 57; lisp: 21
file content (17 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* file generated by oo2c -- do not edit */
#ifndef _MODULE_Build_
#define _MODULE_Build_

#define Build__msgGenerated "/* file generated by oo2c -- do not edit */"
#include "ParamOptions.h"
extern ParamOptions__BooleanOption Build__optimize;
#include "Make.h"
#include "External.h"
extern void Build__Executable(Make__Module modList, const unsigned char* com__ref, int com_0d, unsigned char makeAll, External__Lib buildLib);
extern void Build__InstallLib(External__Lib buildLib);
extern void Build__CheckLibtool(void);
extern void Build__RemoveSymbolFiles(Make__Module modList);
extern void Build__Makefile(Make__Module modList, const unsigned char* com__ref, int com_0d, const unsigned char* makefile__ref, int makefile_0d, unsigned char ocRules);
extern void Build_init(void);

#endif