source: PSPA/Interface_Web/trunk/pspaWT/include/environmentVariables.h @ 228

Last change on this file since 228 was 228, checked in by lemeur, 11 years ago

essai provisoire localisation working area

File size: 284 bytes
Line 
1#ifndef ENVIRONMENTVARIABLES_SEEN
2#define ENVIRONMENTVARIABLES_SEEN
3
4#include <stdlib.h>
5#include <stdio.h>
6//static string WHERE_WE_ARE = string(getenv("PWD"));
7//static string WORKINGAREA =  WHERE_WE_ARE.append("/workingArea/");
8static string WORKINGAREA = "workingArea/";
9#endif
10
11
Note: See TracBrowser for help on using the repository browser.