mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
properly link with pystub
This commit is contained in:
parent
08c3f5e2d5
commit
e010eef043
@ -8,7 +8,12 @@
|
|||||||
pipeline:c event:c panda:m \
|
pipeline:c event:c panda:m \
|
||||||
pandabase:c pnmimage:c linmath:c putil:c express:c \
|
pandabase:c pnmimage:c linmath:c putil:c express:c \
|
||||||
interrogatedb:c prc:c dconfig:c dtoolconfig:m \
|
interrogatedb:c prc:c dconfig:c dtoolconfig:m \
|
||||||
dtoolutil:c dtoolbase:c dtool:m
|
dtoolutil:c dtoolbase:c dtool:m \
|
||||||
|
pystub
|
||||||
|
|
||||||
|
// We link with pystub so we can include pystub.h here in
|
||||||
|
// programBase.cxx, so that every silly little executable in Pandatool
|
||||||
|
// doesn't have to include pystub.h.
|
||||||
|
|
||||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user