mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Undoing accidental change
This commit is contained in:
parent
879261500c
commit
c536465235
@ -18,7 +18,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCNMakeTool"
|
Name="VCNMakeTool"
|
||||||
BuildCommandLine="cd .. & makepanda\makepanda --everything --installer"
|
BuildCommandLine="cd .. & makepanda\makepanda --everything --installer"
|
||||||
Output="..\built\python\python.exe"/>
|
Output="..\built\bin\ppython.exe"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
@ -51,15 +51,10 @@ public:
|
|||||||
INLINE static int get_num_args();
|
INLINE static int get_num_args();
|
||||||
INLINE static string get_arg(int n);
|
INLINE static string get_arg(int n);
|
||||||
|
|
||||||
static Filename get_cwd();
|
|
||||||
|
|
||||||
PUBLISHED:
|
|
||||||
INLINE static string get_binary_name();
|
INLINE static string get_binary_name();
|
||||||
INLINE static string get_dtool_name();
|
INLINE static string get_dtool_name();
|
||||||
|
|
||||||
PUBLISHED:
|
static Filename get_cwd();
|
||||||
string ns_get_binary_name() const;
|
|
||||||
string ns_get_dtool_name() const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool ns_has_environment_variable(const string &var) const;
|
bool ns_has_environment_variable(const string &var) const;
|
||||||
@ -71,6 +66,9 @@ private:
|
|||||||
int ns_get_num_args() const;
|
int ns_get_num_args() const;
|
||||||
string ns_get_arg(int n) const;
|
string ns_get_arg(int n) const;
|
||||||
|
|
||||||
|
string ns_get_binary_name() const;
|
||||||
|
string ns_get_dtool_name() const;
|
||||||
|
|
||||||
static ExecutionEnvironment *get_ptr();
|
static ExecutionEnvironment *get_ptr();
|
||||||
|
|
||||||
void read_environment_variables();
|
void read_environment_variables();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user