You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
417 B
25 lines
417 B
12 years ago
|
|
||
|
#include "testLibIncludeRequired1.h"
|
||
|
#include "testLibIncludeRequired2.h"
|
||
|
#include "testLibIncludeRequired6.h"
|
||
|
|
||
|
#ifndef testLibRequired_IFACE_DEFINE
|
||
|
#error Expected testLibRequired_IFACE_DEFINE
|
||
|
#endif
|
||
|
|
||
|
#ifdef BuildOnly_DEFINE
|
||
|
#error Unexpected BuildOnly_DEFINE
|
||
|
#endif
|
||
|
|
||
|
#ifndef InstallOnly_DEFINE
|
||
|
#error Expected InstallOnly_DEFINE
|
||
|
#endif
|
||
|
|
||
|
extern int testLibDepends(void);
|
||
|
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return testLibDepends();
|
||
|
}
|