mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
- reenable module definition
svn path=/trunk/; revision=29050
This commit is contained in:
parent
456e4e5a19
commit
b3f967520d
1 changed files with 2 additions and 3 deletions
|
@ -439,10 +439,9 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
|||
fprintf ( OUT, "\t\t\t\tDataExecutionPrevention=\"0\"\r\n" );
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (module.importLibrary != NULL)
|
||||
fprintf ( OUT, "\t\t\t\tModuleDefinitionFile=\"%s\"\r\n", module.importLibrary->definition.c_str());
|
||||
#endif
|
||||
fprintf ( OUT, "\t\t\t\tModuleDefinitionFile=\"%s\"\r\n", module.importLibrary->source->name.c_str ());
|
||||
|
||||
fprintf ( OUT, "\t\t\t\tAdditionalDependencies=\"" );
|
||||
bool use_msvcrt_lib = false;
|
||||
for ( i = 0; i < libraries.size(); i++ )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue