mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
Renamed dcparse to p3dcparse to avoid name conflict
This commit is contained in:
parent
04a5308b57
commit
63faa27f2c
@ -3259,7 +3259,7 @@ if (OMIT.count("PYTHON")==0):
|
||||
IPATH=['direct/src/dcparse', 'direct/src/dcparser']
|
||||
OPTS=['WITHINPANDA', 'ADVAPI']
|
||||
EnqueueCxx(ipath=IPATH, opts=OPTS, src='dcparse.cxx', obj='dcparse_dcparse.obj')
|
||||
EnqueueLink(dll='dcparse.exe', opts=OPTS, obj=[
|
||||
EnqueueLink(dll='p3dcparse.exe', opts=OPTS, obj=[
|
||||
'dcparse_dcparse.obj',
|
||||
'libp3direct.dll',
|
||||
'libpandaexpress.dll',
|
||||
|
Loading…
x
Reference in New Issue
Block a user