enums.h 116 B

123456789
  1. /* Some test enums */
  2. typedef enum {
  3. WAF = 1,
  4. AUTOTOOLS = 2,
  5. SCONS = 3,
  6. CMAKE = 4,
  7. JAM = 5
  8. } BuildSystemType;