Oops, forgot to save the file before committing ;)
authorHervé Poussineau <hpoussin@reactos.org>
Sun, 7 Oct 2007 12:29:46 +0000 (12:29 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Sun, 7 Oct 2007 12:29:46 +0000 (12:29 +0000)
svn path=/trunk/; revision=29435

reactos/tools/rbuild/backend/mingw/modulehandler.cpp

index 84c6c87..ff08220 100644 (file)
@@ -2777,7 +2777,8 @@ MingwAddImplicitLibraries( Module &module )
        if ( module.type != Win32DLL
          && module.type != Win32OCX
          && module.type != Win32CUI
-         && module.type != Win32GUI )
+         && module.type != Win32GUI
+         && module.type != Win32SCR )
        {
                // no implicit libraries
                return;