From d14775f28f70bae210bf49bc2dc61fea41e667fe Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 26 Oct 2013 01:22:25 +0200 Subject: [PATCH] Fix unnecessary rebuilds of the config_parser.yy file. --- lib/config/config.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/config/config.vcxproj b/lib/config/config.vcxproj index 81f430190..a099ea362 100644 --- a/lib/config/config.vcxproj +++ b/lib/config/config.vcxproj @@ -119,8 +119,8 @@ del config_parser.cc ren config_parser.tab.cc config_parser.cc del config_parser.h ren config_parser.tab.hh config_parser.h - config_parser.cc config_parser.h - config_parser.cc config_parser.h + config_parser.cc;config_parser.h + config_parser.cc;config_parser.h win_bison -d "%(FullPath)" del config_parser.cc ren config_parser.tab.cc config_parser.cc @@ -131,8 +131,8 @@ del config_parser.cc ren config_parser.tab.cc config_parser.cc del config_parser.h ren config_parser.tab.hh config_parser.h - config_parser.cc config_parser.h - config_parser.cc config_parser.h + config_parser.cc;config_parser.h + config_parser.cc;config_parser.h