Bug fix for windows runtime build

This commit is contained in:
rdb 2009-10-21 17:34:22 +00:00
parent c6796739e9
commit f8576df31f

View File

@ -760,7 +760,7 @@ def CompileLink(dll, obj, opts):
pass
else: cmd += ' ' + BracketNameWithQuotes(x)
if (GetOrigExt(dll)==".exe"):
cmd += " built/tmp/pandaIcon.res"
cmd += " " + GetOutputDir() + "/tmp/pandaIcon.res"
for (opt, name) in LIBNAMES:
if (opt=="ALWAYS") or (opts.count(opt)): cmd += " " + BracketNameWithQuotes(name)
oscmd(cmd)