From eaa65913f4ea447664d51d8d6f72cb9521b35901 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 19 Mar 2025 08:39:47 +0100 Subject: [PATCH] CONFIG: combine flex/flex++ rules (minor cleanup) - generate .cc (instead of .C) intermediate files, consistent with how we manage other generated code and makes them less case sensitive --- wmake/rules/General/bison | 8 ++++++-- wmake/rules/General/flex | 19 ++++++++++++++++++- wmake/rules/General/flex++ | 11 ----------- wmake/rules/General/lemon | 3 +++ wmake/rules/General/standard | 1 - 5 files changed, 27 insertions(+), 15 deletions(-) delete mode 100644 wmake/rules/General/flex++ diff --git a/wmake/rules/General/bison b/wmake/rules/General/bison index 21aab6a4af..cc9fedb837 100644 --- a/wmake/rules/General/bison +++ b/wmake/rules/General/bison @@ -1,17 +1,21 @@ +#------------------------------------------------------------------------------ SUFFIXES += .Y .y .yy .yy-m4 +# Bison, compile with C ytoo = $E $(call QUIET_MESSAGE,bison,$(