From d9766269f4f9c4adde6055706129fae2a3c192e7 Mon Sep 17 00:00:00 2001 From: Chiel ten Brinke Date: Mon, 19 Dec 2016 10:11:56 +0100 Subject: [PATCH] Fix flex build command in cgraph project in Release configuration too. --- lib/cgraph/cgraph.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cgraph/cgraph.vcxproj b/lib/cgraph/cgraph.vcxproj index 0da804138..51c187d3c 100644 --- a/lib/cgraph/cgraph.vcxproj +++ b/lib/cgraph/cgraph.vcxproj @@ -97,7 +97,7 @@ flex -oscan.c scan.l bison -dy grammar.y -o grammar.c -flex -o scan.c scan.l +flex -oscan.c scan.l -- 2.40.0