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

This commit is contained in:
Dimitrie O. Paun 2002-12-17 04:15:42 +00:00 committed by Alexandre Julliard
parent 370ac5feab
commit 8efafbdef7
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ int main(int argc, char **argv)
if (linking)
{
gcc_argv[i++] = BINDIR "/winewrap";
if (gui_app) gcc_argv[i++] = "-mgui";
}
else
{