mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
to new 'built' form
This commit is contained in:
parent
0fcd8ed8b0
commit
f9b310457c
1
dmodels/.gitignore
vendored
1
dmodels/.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
*.egg
|
||||
*.pt
|
||||
/built/
|
||||
Makefile
|
||||
bams/
|
||||
optchar/
|
||||
|
@ -36,17 +36,14 @@
|
||||
|
||||
// Where should we install DMODELS?
|
||||
#if $[DMODELS_INSTALL]
|
||||
#define DMODELS_INSTALL $[DMODELS_INSTALL]
|
||||
#define DMODELS_INSTALL_OTHER $[DMODELS_INSTALL]
|
||||
#define DMODELS_INSTALL $[unixfilename $[DMODELS_INSTALL]]
|
||||
#elif $[or $[CTPROJS],$[DMODELS]]
|
||||
#define DMODELS_INSTALL $[DMODELS]
|
||||
#define DMODELS_INSTALL_OTHER $(DMODELS)
|
||||
#define DMODELS_INSTALL $[DMODELS]/built
|
||||
#if $[eq $[DMODELS],]
|
||||
#error You seem to be attached to some trees, but not DMODELS!
|
||||
#endif
|
||||
#else
|
||||
#defer DMODELS_INSTALL $[INSTALL_DIR]
|
||||
#defer DMODELS_INSTALL_OTHER $[INSTALL_DIR]
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user