|
|
@@ -1921,6 +1921,8 @@ def CalcLocation(fn, ipath):
|
|
|
if (fn.endswith(".yxx")): return CxxFindSource(fn, ipath)
|
|
|
if (fn.endswith(".lxx")): return CxxFindSource(fn, ipath)
|
|
|
if (fn.endswith(".pdef")):return CxxFindSource(fn, ipath)
|
|
|
+ if (fn.endswith(".egg")): return OUTPUTDIR+"/models/"+fn
|
|
|
+ if (fn.endswith(".egg.pz")):return OUTPUTDIR+"/models/"+fn
|
|
|
if (sys.platform.startswith("win")):
|
|
|
if (fn.endswith(".def")): return CxxFindSource(fn, ipath)
|
|
|
if (fn.endswith(".rc")): return CxxFindSource(fn, ipath)
|