From 1a40f936df1d09cf2b79421692cc51a4660f4a38 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Mon, 20 May 2013 16:28:20 +0400 Subject: [PATCH] Windows build cleanup: moving generated lex.cc and parse.cc to build dir --- ispc.vcxproj | 90 ++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/ispc.vcxproj b/ispc.vcxproj index d8e80038..2bc8377b 100755 --- a/ispc.vcxproj +++ b/ispc.vcxproj @@ -18,52 +18,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + 4146;4800;4996;4355;4624;4005;4003;4018 - + 4146;4800;4996;4355;4624;4005;4065 @@ -402,17 +402,17 @@ - + Document - flex -t lex.ll > lex.cc - lex.cc - ispc.h;decl.h;parse.hh;sym.h + flex -t lex.ll > $(Configuration)\lex.cc + $(Configuration)\lex.cc + ispc.h;decl.h;$(Configuration)\parse.hh;sym.h Running flex on lex.ll Document - bison -d -v -t -o parse.cc parse.yy - parse.cc;parse.h + bison -d -v -t -o $(Configuration)/parse.cc parse.yy + $(Configuration)\parse.cc;$(Configuration)\parse.hh;$(Configuration)\parse.output ispc.h;type.h;decl.h;expr.h;sym.h;stmt.h Running bison on parse.yy