waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

enums.h (116B)


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