mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- 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:
@@ -220,8 +220,11 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
||||
baseaddr = prop.value;
|
||||
}
|
||||
}
|
||||
|
||||
string include_string;
|
||||
/* include intermediate path for reactos.rc */
|
||||
string version = intdir + "\\include\\reactos";
|
||||
includes.push_back (version);
|
||||
|
||||
string include_string;
|
||||
|
||||
fprintf ( OUT, "<?xml version=\"1.0\" encoding = \"Windows-1252\"?>\r\n" );
|
||||
fprintf ( OUT, "<VisualStudioProject\r\n" );
|
||||
|
||||
Reference in New Issue
Block a user