*WARNING*
[AROS.git] / compiler / arossupport / include / build.h
blob3eb84efba50c85959bc41fecccadc4855f9e176b
1 #ifndef AROS_BUILD_H
2 #define AROS_BUILD_H
4 /*
5 Copyright © 2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #define AROS_BUILD_TYPE_PERSONAL (0)
10 #define AROS_BUILD_TYPE_NIGHTLY (1)
11 #define AROS_BUILD_TYPE_SNAPSHOT (2)
12 #define AROS_BUILD_TYPE_MILESTONE (3)
13 #define AROS_BUILD_TYPE_RELEASE (4)
15 #ifndef AROS_BUILD_TYPE
16 # define AROS_BUILD_TYPE AROS_BUILD_TYPE_PERSONAL
17 #endif
19 #endif /* AROS_BUILD_H */