Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/raw-rev/29b6c19ff355
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 07:22:59 2012
Кодировка:

# HG changeset patch
# User boris
# Date 1284488596 -14400
# Node ID 29b6c19ff3550dc829c7f7badaa37153813fde13
# Parent 181ffe0325841295dacd87aff3907236551e482e
config changed

diff -r 181ffe032584 -r 29b6c19ff355 config.C
--- a/config.C Tue Sep 14 22:18:24 2010 +0400
+++ b/config.C Tue Sep 14 22:23:16 2010 +0400
@@ -1,3 +1,13 @@

#include "config.h"

+
+namespace Malakite
+{
+
+const char* python_path = "python";
+const char* blocks3d_path = "/home/boris/my-code/Blocks3D/Blocks3D_v5/Blocks3D.py";
+const char* temp_path = "/tmp/";
+
+}
+
diff -r 181ffe032584 -r 29b6c19ff355 config.h
--- a/config.h Tue Sep 14 22:18:24 2010 +0400
+++ b/config.h Tue Sep 14 22:23:16 2010 +0400
@@ -1,1 +1,10 @@

+
+namespace Malakite
+{
+
+extern const char* python_path;
+extern const char* blocks3d_path;
+extern const char* temp_path;
+
+}