diff --git a/doc/makepanda/makepanda71.vcproj b/doc/makepanda/makepanda71.vcproj
index 320ec17d15..d67212e8ca 100755
--- a/doc/makepanda/makepanda71.vcproj
+++ b/doc/makepanda/makepanda71.vcproj
@@ -18,7 +18,7 @@
+ Output="..\built\bin\ppython.exe"/>
diff --git a/dtool/src/dtoolutil/executionEnvironment.h b/dtool/src/dtoolutil/executionEnvironment.h
index 992e2a3fdb..884762f929 100644
--- a/dtool/src/dtoolutil/executionEnvironment.h
+++ b/dtool/src/dtoolutil/executionEnvironment.h
@@ -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();