- include intermediate path for msvc projects since buildno.h and friends are now generated there

svn path=/trunk/; revision=29048
This commit is contained in:
Johannes Anderwald 2007-09-14 21:05:46 +00:00
parent e9c97ddea4
commit 4e6f9d01d7

View file

@ -220,6 +220,9 @@ MSVCBackend::_generate_vcproj ( const Module& module )
baseaddr = prop.value;
}
}
/* include intermediate path for reactos.rc */
string version = intdir + "\\include\\reactos";
includes.push_back (version);
string include_string;