57 lines
670 B
C++
57 lines
670 B
C++
/*
|
|
* CanSources.cpp
|
|
*
|
|
* Created on: 01 дек. 2015 г.
|
|
* Author: esaulenko
|
|
*/
|
|
|
|
|
|
|
|
#include "source/SourcePath.h"
|
|
|
|
#ifdef SRC_HEADER
|
|
#include SRC_HEADER
|
|
#endif
|
|
|
|
#ifdef SRC_FILE1
|
|
#include SRC_FILE1
|
|
#endif
|
|
|
|
#ifdef SRC_FILE2
|
|
#include SRC_FILE2
|
|
#endif
|
|
|
|
#ifdef SRC_FILE3
|
|
#include SRC_FILE3
|
|
#endif
|
|
|
|
#ifdef SRC_FILE4
|
|
#include SRC_FILE4
|
|
#endif
|
|
|
|
#ifdef SRC_FILE5
|
|
#include SRC_FILE5
|
|
#endif
|
|
|
|
#ifdef SRC_FILE6
|
|
#include SRC_FILE6
|
|
#endif
|
|
|
|
#ifdef SRC_FILE7
|
|
#include SRC_FILE7
|
|
#endif
|
|
|
|
#ifdef SRC_FILE8
|
|
#include SRC_FILE8
|
|
#endif
|
|
|
|
#ifdef SRC_FILE9
|
|
#include SRC_FILE9
|
|
#endif
|
|
|
|
#ifdef SRC_FILE10
|
|
#include SRC_FILE10
|
|
#endif
|
|
|
|
|