mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
de-windowsify pathnames
This commit is contained in:
parent
73f2ab13f2
commit
b6e2a41d60
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
// Where should we install DIRECT?
|
// Where should we install DIRECT?
|
||||||
#if $[or $[CTPROJS],$[DIRECT]]
|
#if $[or $[CTPROJS],$[DIRECT]]
|
||||||
#set DTOOL $[unixfilename $[DIRECT]]
|
#set DIRECT $[unixfilename $[DIRECT]]
|
||||||
#define DIRECT_INSTALL $[DIRECT]
|
#define DIRECT_INSTALL $[DIRECT]
|
||||||
#define DIRECT_INSTALL_OTHER $(DIRECT)
|
#define DIRECT_INSTALL_OTHER $(DIRECT)
|
||||||
#if $[eq $[DIRECT],]
|
#if $[eq $[DIRECT],]
|
||||||
@ -56,4 +56,3 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include $[PANDA_SOURCE]/Package.pp
|
#include $[PANDA_SOURCE]/Package.pp
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
// responsible for explicitly including all of the relevent Config.pp
|
// responsible for explicitly including all of the relevent Config.pp
|
||||||
// files.
|
// files.
|
||||||
|
|
||||||
|
|
||||||
// What is the name and version of this source tree?
|
// What is the name and version of this source tree?
|
||||||
#if $[eq $[PACKAGE],]
|
#if $[eq $[PACKAGE],]
|
||||||
#define PACKAGE panda
|
#define PACKAGE panda
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
// Where should we find the PANDA source directory?
|
// Where should we find the PANDA source directory?
|
||||||
#if $[or $[CTPROJS],$[PANDA]]
|
#if $[or $[CTPROJS],$[PANDA]]
|
||||||
// If we are presently attached, use the environment variable.
|
// If we are presently attached, use the environment variable.
|
||||||
#define PANDA_SOURCE $[PANDA]
|
#define PANDA_SOURCE $[unixfilename $[PANDA]]
|
||||||
#if $[eq $[PANDA],]
|
#if $[eq $[PANDA],]
|
||||||
#error You seem to be attached to some trees, but not PANDA!
|
#error You seem to be attached to some trees, but not PANDA!
|
||||||
#endif
|
#endif
|
||||||
@ -36,14 +36,15 @@
|
|||||||
|
|
||||||
// Where should we install PANDATOOL?
|
// Where should we install PANDATOOL?
|
||||||
#if $[or $[CTPROJS],$[PANDATOOL]]
|
#if $[or $[CTPROJS],$[PANDATOOL]]
|
||||||
|
#set PANDATOOL $[unixfilename $[PANDATOOL]]
|
||||||
#define PANDATOOL_INSTALL $[PANDATOOL]
|
#define PANDATOOL_INSTALL $[PANDATOOL]
|
||||||
#define PANDATOOL_INSTALL_OTHER $(PANDATOOL)
|
#define PANDATOOL_INSTALL_OTHER $(PANDATOOL)
|
||||||
#if $[eq $[PANDATOOL],]
|
#if $[eq $[PANDATOOL],]
|
||||||
#error You seem to be attached to some trees, but not PANDATOOL!
|
#error You seem to be attached to some trees, but not PANDATOOL!
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#defer PANDATOOL_INSTALL $[INSTALL_DIR]
|
#defer PANDATOOL_INSTALL $[unixfilename $[INSTALL_DIR]]
|
||||||
#defer PANDATOOL_INSTALL_OTHER $[INSTALL_DIR]
|
#defer PANDATOOL_INSTALL_OTHER $[unixfilename $[INSTALL_DIR]]
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user