X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a10a29a02bad2ef8c72b9e2ae32c336fc20d7c4e..8222f8d9049626eec0ff3e39bdef19b541eea164:/tools/gras/windows_stub_generator.c diff --git a/tools/gras/windows_stub_generator.c b/tools/gras/windows_stub_generator.c index 67c941a89d..360352a9ec 100644 --- a/tools/gras/windows_stub_generator.c +++ b/tools/gras/windows_stub_generator.c @@ -31,15 +31,12 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(stubgen); #ifdef _WIN32 +char* __gras_path = NULL; + /* tabulation level (used to indent the lines of the borland project file */ static unsigned int level = 0; - -/* the gras.h header directory */ -static char* __gras_path = NULL; - - #ifndef MAX_PATH #define MAX_PATH 260 #endif @@ -681,7 +678,6 @@ generate_borland_real_life_project(const char* name) borland_project.encoding ="utf-8"; borland_project.comment ="C++Builder XML Project"; borland_project.version = "BCB.06.00"; - borland_project.lib_dir = " "; borland_project.lib_dir = xbt_new0(char,MAX_PATH);