Commit 8efafbde authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Pass the gui flag to winewrap if we're linking a GUI app.

parent 370ac5fe
...@@ -112,6 +112,7 @@ int main(int argc, char **argv) ...@@ -112,6 +112,7 @@ int main(int argc, char **argv)
if (linking) if (linking)
{ {
gcc_argv[i++] = BINDIR "/winewrap"; gcc_argv[i++] = BINDIR "/winewrap";
if (gui_app) gcc_argv[i++] = "-mgui";
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment