mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
put typelibs which are embedded in win32dlls into $(INTERMEDIATE)
svn path=/trunk/; revision=28295
This commit is contained in:
@@ -1272,8 +1272,11 @@ MingwModuleHandler::GenerateWidlCommandsEmbeddedTypeLib (
|
||||
dependencies += " " + NormalizeFilename ( module.xmlbuildFile );
|
||||
|
||||
string basename = GetBasename ( filename );
|
||||
string EmbeddedTypeLibFilename = basename + ".tlb";
|
||||
|
||||
|
||||
string EmbeddedTypeLibFilename = PassThruCacheDirectory (
|
||||
basename + ".tlb",
|
||||
backend->intermediateDirectory );
|
||||
|
||||
fprintf ( fMakefile,
|
||||
"%s: %s $(WIDL_TARGET) | %s\n",
|
||||
GetTargetMacro ( module ).c_str (),
|
||||
|
||||
Reference in New Issue
Block a user