* Build networking components
[reactos.git] / reactos / tools / rbuild / backend / mingw / mingw.cpp
index 48caff5..cf4d39d 100644 (file)
@@ -166,8 +166,10 @@ MingwBackend::GenerateGlobalVariables ()
        fprintf ( fMakefile, "gcc = gcc\n" );\r
        fprintf ( fMakefile, "ld = ld\n" );\r
        fprintf ( fMakefile, "ar = ar\n" );\r
-       fprintf ( fMakefile, "dlltool = dlltool\n\n" );\r
-       fprintf ( fMakefile, "windres = windres\n\n" );\r
+       fprintf ( fMakefile, "dlltool = dlltool\n" );\r
+       fprintf ( fMakefile, "windres = windres\n" );\r
+       fprintf ( fMakefile, "winebuild = tools" SSEP "winebuild" SSEP "winebuild\n" );\r
+       fprintf ( fMakefile, "\n" );\r
        GenerateGlobalCFlagsAndProperties (\r
                "=",\r
                ProjectNode.properties,\r