From 29f6399d7c219fd7a3f75647b6b266f1e4948a2e Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 24 Nov 2009 18:57:49 +0000 Subject: [PATCH] Unset DEFAULT_PRC_DIR for plugin build, and set logfile directories to compiled-in defaults --- makepanda/makepanda.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 4ea4960880..2baad0fdad 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -1275,8 +1275,6 @@ DTOOL_CONFIG=[ ("HAVE_TINYXML", 'UNDEF', 'UNDEF'), ("HAVE_OPENAL_FRAMEWORK", 'UNDEF', 'UNDEF'), ("PRC_SAVE_DESCRIPTIONS", '1', '1'), - ("_SECURE_SCL", '1', 'UNDEF'), - ("_SECURE_SCL_THROWS", '0', 'UNDEF'), ] PRC_PARAMETERS=[ @@ -1378,11 +1376,13 @@ def WriteConfigSettings(): dtool_config["SIMPLE_THREADS"] = 'UNDEF' if (RTDIST or RUNTIME): + prc_parameters["DEFAULT_PRC_DIR"] = "" + plugin_config["PANDA_PACKAGE_HOST_URL"] = "http://runtime.panda3d.org/" #plugin_config["P3D_PLUGIN_LOG_DIRECTORY"] = "" - plugin_config["P3D_PLUGIN_LOG_BASENAME1"] = "panda3d_1" - plugin_config["P3D_PLUGIN_LOG_BASENAME2"] = "panda3d_2" - plugin_config["P3D_PLUGIN_LOG_BASENAME3"] = "panda3d_3" + plugin_config["P3D_PLUGIN_LOG_BASENAME1"] = "" + plugin_config["P3D_PLUGIN_LOG_BASENAME2"] = "" + plugin_config["P3D_PLUGIN_LOG_BASENAME3"] = "" plugin_config["P3D_PLUGIN_P3D_PLUGIN"] = "" plugin_config["P3D_PLUGIN_P3DPYTHON"] = ""