mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
Revert "general: Add headers explaining the renamed config_*.h"
This reverts commit 47f7d3f29733bdcbc39ece033006f7f9f2d3857b. These header files have been deprecated for years and can be safely removed now.
This commit is contained in:
parent
115a716a7d
commit
f0a4e61fd9
@ -3711,7 +3711,6 @@ TargetAdd('p3putil_composite2.obj', opts=OPTS, input='p3putil_composite2.cxx')
|
|||||||
OPTS=['DIR:panda/src/putil', 'ZLIB']
|
OPTS=['DIR:panda/src/putil', 'ZLIB']
|
||||||
IGATEFILES=GetDirectoryContents('panda/src/putil', ["*.h", "*_composite*.cxx"])
|
IGATEFILES=GetDirectoryContents('panda/src/putil', ["*.h", "*_composite*.cxx"])
|
||||||
IGATEFILES.remove("test_bam.h")
|
IGATEFILES.remove("test_bam.h")
|
||||||
IGATEFILES.remove("config_util.h")
|
|
||||||
TargetAdd('libp3putil.in', opts=OPTS, input=IGATEFILES)
|
TargetAdd('libp3putil.in', opts=OPTS, input=IGATEFILES)
|
||||||
TargetAdd('libp3putil.in', opts=['IMOD:panda3d.core', 'ILIB:libp3putil', 'SRCDIR:panda/src/putil'])
|
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')
|
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']
|
OPTS=['DIR:panda/src/pstatclient']
|
||||||
IGATEFILES=GetDirectoryContents('panda/src/pstatclient', ["*.h", "*_composite*.cxx"])
|
IGATEFILES=GetDirectoryContents('panda/src/pstatclient', ["*.h", "*_composite*.cxx"])
|
||||||
IGATEFILES.remove("config_pstats.h")
|
|
||||||
TargetAdd('libp3pstatclient.in', opts=OPTS, input=IGATEFILES)
|
TargetAdd('libp3pstatclient.in', opts=OPTS, input=IGATEFILES)
|
||||||
TargetAdd('libp3pstatclient.in', opts=['IMOD:panda3d.core', 'ILIB:libp3pstatclient', 'SRCDIR:panda/src/pstatclient'])
|
TargetAdd('libp3pstatclient.in', opts=['IMOD:panda3d.core', 'ILIB:libp3pstatclient', 'SRCDIR:panda/src/pstatclient'])
|
||||||
PyTargetAdd('p3pstatclient_pStatClient_ext.obj', opts=OPTS, input='pStatClient_ext.cxx')
|
PyTargetAdd('p3pstatclient_pStatClient_ext.obj', opts=OPTS, input='pStatClient_ext.cxx')
|
||||||
|
@ -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.
|
|
@ -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.
|
|
Loading…
x
Reference in New Issue
Block a user