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