This commit is contained in:
rdb 2009-08-03 07:08:26 +00:00
parent d59a7cbba1
commit e04ad3d78f

View File

@ -1201,7 +1201,7 @@ def SetOrigExt(x, v):
def CalcLocation(fn, ipath):
if (fn.count("/")): return fn
dllext = ""
if (GetOptimizeOption(opts,OPTIMIZE) <= 2): dllext = "_d"
if (int(OPTIMIZE) <= 2): dllext = "_d"
if (fn == "PandaModules.py"): return "pandac/" + fn
if (fn.endswith(".cxx")): return CxxFindSource(fn, ipath)