Author: hpoussin Date: Wed Sep 5 20:33:41 2007 New Revision: 28879
URL: http://svn.reactos.org/svn/reactos?rev=28879&view=rev Log: Fix ReactOS temporary directory name
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw/... ============================================================================== --- trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp (original) +++ trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp Wed Sep 5 20:33:41 2007 @@ -27,7 +27,7 @@
#define CLEAN_FILE(f) clean_files.push_back ( f );
-static string ros_temp = "$(TEMPORARY)"; +static string ros_temp = "$(TEMPORARY_)"; MingwBackend* MingwModuleHandler::backend = NULL; FILE*