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.
11 lines
269 B
11 lines
269 B
10 years ago
|
#ifndef TGT_DEF
|
||
|
# error TGT_DEF incorrectly not defined
|
||
|
#endif
|
||
|
#ifndef TGT_TYPE_STATIC_LIBRARY
|
||
|
# error TGT_TYPE_STATIC_LIBRARY incorrectly not defined
|
||
|
#endif
|
||
|
#ifdef TGT_TYPE_EXECUTABLE
|
||
|
# error TGT_TYPE_EXECUTABLE incorrectly defined
|
||
|
#endif
|
||
|
int main(void) { return 0; }
|