mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Only link pystub on windows
This commit is contained in:
parent
7ee456ebbc
commit
25e349a39d
@ -17,7 +17,7 @@
|
|||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
linmath:c putil:c panda:m \
|
linmath:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub \
|
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m $[if $[WINDOWS_PLATFORM],pystub,] \
|
||||||
pipeline:c pnmimage:c
|
pipeline:c pnmimage:c
|
||||||
|
|
||||||
// Irix requires this to be named explicitly.
|
// Irix requires this to be named explicitly.
|
||||||
@ -46,7 +46,7 @@
|
|||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
linmath:c putil:c panda:m \
|
linmath:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub \
|
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m $[if $[WINDOWS_PLATFORM],pystub,] \
|
||||||
pipeline:c pnmimage:c
|
pipeline:c pnmimage:c
|
||||||
|
|
||||||
// Irix requires this to be named explicitly.
|
// Irix requires this to be named explicitly.
|
||||||
@ -76,7 +76,7 @@
|
|||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
linmath:c panda:m \
|
linmath:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub \
|
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m $[if $[WINDOWS_PLATFORM],pystub,] \
|
||||||
putil:c pipeline:c pnmimage:c
|
putil:c pipeline:c pnmimage:c
|
||||||
|
|
||||||
// Irix requires this to be named explicitly.
|
// Irix requires this to be named explicitly.
|
||||||
@ -99,7 +99,7 @@
|
|||||||
framework:m \
|
framework:m \
|
||||||
linmath:c putil:c panda:m \
|
linmath:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub \
|
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m $[if $[WINDOWS_PLATFORM],pystub,] \
|
||||||
pipeline:c
|
pipeline:c
|
||||||
|
|
||||||
#define BUILDING_DLL BUILDING_MISC
|
#define BUILDING_DLL BUILDING_MISC
|
||||||
@ -139,7 +139,7 @@
|
|||||||
framework:m \
|
framework:m \
|
||||||
linmath:c putil:c panda:m \
|
linmath:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub \
|
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m $[if $[WINDOWS_PLATFORM],pystub,] \
|
||||||
pipeline:c
|
pipeline:c
|
||||||
|
|
||||||
#define BUILDING_DLL BUILDING_MISC
|
#define BUILDING_DLL BUILDING_MISC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user