$ SET VERIFY $ ! Command file to compile all of the cookie programs for AXP/VMS $ ! $ !SET DEFAULT $1$DUA1:[SYSGAMES.COOKIE] $ DEFINE LNK$LIBRARY SYS$SHARE:VAXCCURSE.OLB $ DEFINE LNK$LIBRARY_1 SYS$SHARE:VAXCRTLD.OLB $ ! $ ! Build the cookie file concatenator $ CC COOTXT $ LINK COOTXT $ ! $ ! Build the cookie database builder $ CC COOBLD $ LINK COOBLD $ ! $ ! Build the cookie display program $ CC COOKIE $ LINK COOKIE $ ! $ ! Build the hardcopy utility $ CC COORNO $ LINK COORNO $ ! $ ! Clean up $ DEL COO*.OBJ; $ PURGE $ ! $ ! All done