diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index d62789bd38..3ee9778097 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -3711,7 +3711,6 @@ TargetAdd('p3putil_composite2.obj', opts=OPTS, input='p3putil_composite2.cxx') OPTS=['DIR:panda/src/putil', 'ZLIB'] IGATEFILES=GetDirectoryContents('panda/src/putil', ["*.h", "*_composite*.cxx"]) IGATEFILES.remove("test_bam.h") -IGATEFILES.remove("config_util.h") TargetAdd('libp3putil.in', opts=OPTS, input=IGATEFILES) TargetAdd('libp3putil.in', opts=['IMOD:panda3d.core', 'ILIB:libp3putil', 'SRCDIR:panda/src/putil']) PyTargetAdd('p3putil_ext_composite.obj', opts=OPTS, input='p3putil_ext_composite.cxx') @@ -3822,7 +3821,6 @@ TargetAdd('p3pstatclient_composite2.obj', opts=OPTS, input='p3pstatclient_compos OPTS=['DIR:panda/src/pstatclient'] IGATEFILES=GetDirectoryContents('panda/src/pstatclient', ["*.h", "*_composite*.cxx"]) -IGATEFILES.remove("config_pstats.h") TargetAdd('libp3pstatclient.in', opts=OPTS, input=IGATEFILES) TargetAdd('libp3pstatclient.in', opts=['IMOD:panda3d.core', 'ILIB:libp3pstatclient', 'SRCDIR:panda/src/pstatclient']) PyTargetAdd('p3pstatclient_pStatClient_ext.obj', opts=OPTS, input='pStatClient_ext.cxx') diff --git a/panda/src/pstatclient/config_pstats.h b/panda/src/pstatclient/config_pstats.h deleted file mode 100644 index 84f42df553..0000000000 --- a/panda/src/pstatclient/config_pstats.h +++ /dev/null @@ -1,2 +0,0 @@ -// This file to remain during the whole 1.10.x cycle; remove after that. -#error config_pstats.h has been renamed to config_pstatclient.h - please update your project. diff --git a/panda/src/putil/config_util.h b/panda/src/putil/config_util.h deleted file mode 100644 index 6886f3257d..0000000000 --- a/panda/src/putil/config_util.h +++ /dev/null @@ -1,2 +0,0 @@ -// This file to remain during the whole 1.10.x cycle; remove after that. -#error config_util.h has been renamed to config_putil.h - please update your project.