Author: tkreuzer Date: Fri Mar 26 01:25:40 2010 New Revision: 46456
URL: http://svn.reactos.org/svn/reactos?rev=46456&view=rev Log: reduce diff to trunk
Modified: branches/ros-amd64-bringup/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
Modified: branches/ros-amd64-bringup/reactos/tools/rbuild/backend/mingw/modulehandler.cpp URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/tools/... ============================================================================== --- branches/ros-amd64-bringup/reactos/tools/rbuild/backend/mingw/modulehandler.cpp [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/tools/rbuild/backend/mingw/modulehandler.cpp [iso-8859-1] Fri Mar 26 01:25:40 2010 @@ -1423,13 +1423,13 @@ MingwModuleHandler::GenerateLinkerCommand () const { string definitionFilename; - + const FileLocation *DefinitionFilename = GetDefinitionFilename ();
if ( DefinitionFilename ) { definitionFilename = backend->GetFullName (*DefinitionFilename); delete DefinitionFilename; -} + }
string linkerScriptArgument; if ( module.linkerScript != NULL ) { @@ -1446,7 +1446,7 @@ if ( ModuleHandlerInformations[module.type].DefaultHost == HostFalse ) { if ( module.cplusplus ) { switch ( module.type ) - { + { case Win32DLL: case Win32OCX: case Win32CUI: @@ -1458,7 +1458,7 @@ default: extraLibraries = "$$(PROJECT_CCLIBS)"; break; - } + } } else extraLibraries = "$$(PROJECT_CCLIBS)"; } @@ -1466,7 +1466,7 @@ delete PassThruCacheDirectory ( new FileLocation ( module.output->directory, module.output->relative_path, "" ) ); delete PassThruCacheDirectory ( new FileLocation ( IntermediateDirectory, module.output->relative_path, "" ) );
- fprintf ( fMakefile, + fprintf ( fMakefile, "$(eval $(call RBUILD_LINK_RULE,%s,%s,%s,%s,%s,%s,%s))\n", module.name.c_str(), definitionFilename.c_str(), @@ -3101,4 +3101,4 @@
delete target_file; fprintf ( fMakefile, "#/ELF EXECUTABLE TARGET\n" ); -} +}