* also replace $CATRES for shared libraries (fix for r19649)

git-svn-id: trunk@19661 -
This commit is contained in:
Jonas Maebe 2011-11-20 20:06:43 +00:00
parent b070a0bbbc
commit 3188916cda

View File

@ -698,6 +698,7 @@ begin
Replace(cmdstr,'$EXE',maybequoted(ExpandFileName(current_module.sharedlibfilename^)));
{$endif darwin}
Replace(cmdstr,'$OPT',Info.ExtraOptions);
Replace(cmdstr,'$CATRES',CatFileContent(outputexedir+Info.ResName));
Replace(cmdstr,'$RES',maybequoted(outputexedir+Info.ResName));
Replace(cmdstr,'$INIT',InitStr);
Replace(cmdstr,'$FINI',FiniStr);