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.

24 lines
419 B

#include "Flags.h"
#include "IncDir.h"
#include "SrcProp.h"
#include "TarProp.h"
#ifdef INCLUDE_SPECIAL_DIR
# include "SpecialDir.h"
# ifndef SPECIAL_DIR_H
# error "SPECIAL_DIR_H not defined"
# endif
#endif
#ifdef INCLUDE_SPECIAL_SPACE_DIR
# include "SpecialSpaceDir.h"
# ifndef SPECIAL_SPACE_DIR_H
# error "SPECIAL_SPACE_DIR_H not defined"
# endif
#endif
int main(int argc, char** argv)
{
return 0;
}