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
|
*.egg
|
||||||
*.pt
|
*.pt
|
||||||
|
/built/
|
||||||
Makefile
|
Makefile
|
||||||
bams/
|
bams/
|
||||||
optchar/
|
optchar/
|
||||||
|
@ -36,17 +36,14 @@
|
|||||||
|
|
||||||
// Where should we install DMODELS?
|
// Where should we install DMODELS?
|
||||||
#if $[DMODELS_INSTALL]
|
#if $[DMODELS_INSTALL]
|
||||||
#define DMODELS_INSTALL $[DMODELS_INSTALL]
|
#define DMODELS_INSTALL $[unixfilename $[DMODELS_INSTALL]]
|
||||||
#define DMODELS_INSTALL_OTHER $[DMODELS_INSTALL]
|
|
||||||
#elif $[or $[CTPROJS],$[DMODELS]]
|
#elif $[or $[CTPROJS],$[DMODELS]]
|
||||||
#define DMODELS_INSTALL $[DMODELS]
|
#define DMODELS_INSTALL $[DMODELS]/built
|
||||||
#define DMODELS_INSTALL_OTHER $(DMODELS)
|
|
||||||
#if $[eq $[DMODELS],]
|
#if $[eq $[DMODELS],]
|
||||||
#error You seem to be attached to some trees, but not DMODELS!
|
#error You seem to be attached to some trees, but not DMODELS!
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#defer DMODELS_INSTALL $[INSTALL_DIR]
|
#defer DMODELS_INSTALL $[INSTALL_DIR]
|
||||||
#defer DMODELS_INSTALL_OTHER $[INSTALL_DIR]
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user