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

allpy

changeset 15:29b6c19ff355

config changed
author boris <bnagaev@gmail.com>
date Tue, 14 Sep 2010 22:23:16 +0400
parents 181ffe032584
children 7b37aba2c7db
files config.C config.h
diffstat 2 files changed, 19 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/config.C	Tue Sep 14 22:18:24 2010 +0400
     1.2 +++ b/config.C	Tue Sep 14 22:23:16 2010 +0400
     1.3 @@ -1,3 +1,13 @@
     1.4  
     1.5  #include "config.h"
     1.6  
     1.7 +
     1.8 +namespace Malakite
     1.9 +{
    1.10 +
    1.11 +const char* python_path = "python";
    1.12 +const char* blocks3d_path = "/home/boris/my-code/Blocks3D/Blocks3D_v5/Blocks3D.py";
    1.13 +const char* temp_path = "/tmp/";
    1.14 +
    1.15 +}
    1.16 +
     2.1 --- a/config.h	Tue Sep 14 22:18:24 2010 +0400
     2.2 +++ b/config.h	Tue Sep 14 22:23:16 2010 +0400
     2.3 @@ -1,1 +1,10 @@
     2.4  
     2.5 +
     2.6 +namespace Malakite
     2.7 +{
     2.8 +
     2.9 +extern const char* python_path;
    2.10 +extern const char* blocks3d_path;
    2.11 +extern const char* temp_path;
    2.12 +
    2.13 +}