add USE_PACKAGES cg where appropriate
This commit is contained in:
parent
ecde8bed5b
commit
426ac19e1a
|
|
@ -1,4 +1,4 @@
|
|||
#define USE_PACKAGES fftw
|
||||
#define USE_PACKAGES fftw cg
|
||||
#define OTHER_LIBS \
|
||||
egg2pg:c egg:c pandaegg:m \
|
||||
pipeline:c recorder:c parametrics:c collide:c chan:c char:c \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#define USE_PACKAGES cg // from gobj.
|
||||
|
||||
#define OTHER_LIBS \
|
||||
egg:c pandaegg:m \
|
||||
pgraph:c gobj:c lerp:c linmath:c putil:c \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#define USE_PACKAGES cg // from gobj.
|
||||
|
||||
#begin bin_target
|
||||
#define TARGET egg-qtess
|
||||
#define LOCAL_LIBS \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#define USE_PACKAGES cg // from gobj.
|
||||
|
||||
#begin lib_target
|
||||
#define TARGET ptloader
|
||||
#define BUILDING_DLL BUILDING_PTLOADER
|
||||
|
|
|
|||
Loading…
Reference in New Issue