Author: hpoussin Date: Sun Oct 7 16:29:46 2007 New Revision: 29435
URL: http://svn.reactos.org/svn/reactos?rev=29435&view=rev Log: Oops, forgot to save the file before committing ;)
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 Sun Oct 7 16:29:46 2007 @@ -2777,7 +2777,8 @@ if ( module.type != Win32DLL && module.type != Win32OCX && module.type != Win32CUI - && module.type != Win32GUI ) + && module.type != Win32GUI + && module.type != Win32SCR ) { // no implicit libraries return;