mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix compiler warning for FreeBSD
This commit is contained in:
parent
c0695c34a9
commit
ab0e4076cf
@ -1398,9 +1398,9 @@ def CreatePandaVersionFiles():
|
|||||||
pandaversion_h = pandaversion_h.replace("$DISTRIBUTOR",DISTRIBUTOR)
|
pandaversion_h = pandaversion_h.replace("$DISTRIBUTOR",DISTRIBUTOR)
|
||||||
pandaversion_h = pandaversion_h.replace("$RUNTIME_VERSION",RUNTIME_VERSION)
|
pandaversion_h = pandaversion_h.replace("$RUNTIME_VERSION",RUNTIME_VERSION)
|
||||||
if (DISTRIBUTOR == "cmu"):
|
if (DISTRIBUTOR == "cmu"):
|
||||||
pandaversion_h += "\n#define PANDA_OFFICIAL_VERSION"
|
pandaversion_h += "\n#define PANDA_OFFICIAL_VERSION\n"
|
||||||
else:
|
else:
|
||||||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION"
|
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n"
|
||||||
|
|
||||||
checkpandaversion_cxx = CHECKPANDAVERSION_CXX.replace("$VERSION1",str(version1))
|
checkpandaversion_cxx = CHECKPANDAVERSION_CXX.replace("$VERSION1",str(version1))
|
||||||
checkpandaversion_cxx = checkpandaversion_cxx.replace("$VERSION2",str(version2))
|
checkpandaversion_cxx = checkpandaversion_cxx.replace("$VERSION2",str(version2))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user