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