mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 21:22:24 +00:00
fix path to msvc def file
svn path=/trunk/; revision=32507
This commit is contained in:
parent
420b99bdde
commit
79c6e213ad
1 changed files with 5 additions and 2 deletions
|
@ -274,6 +274,9 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
|||
{
|
||||
intermediatedir = module.output->relative_path + vcdir;
|
||||
importLib = _strip_gcc_deffile(module.importLibrary->source->name, module.importLibrary->source->relative_path, intermediatedir);
|
||||
importLib = Path::RelativeFromDirectory (
|
||||
importLib,
|
||||
module.output->relative_path );
|
||||
}
|
||||
|
||||
fprintf ( OUT, "\t<Configurations>\r\n" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue