Moved mode setting out of .spec file into Makefile.

This commit is contained in:
Dimitrie O. Paun 2002-09-12 00:52:16 +00:00 committed by Alexandre Julliard
parent 0c6dd5b9e0
commit a1d8967ea2
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@ $(MODULE): $(ALL_OBJS)
$(CC) -o $@ $(ALL_OBJS) -L$(DLLDIR) $(LDIMPORTS:%=-l%) $(LIBWINE) $(LIBUNICODE) $(LIBS) $(LDFLAGS)
wine.spec.c: wine.spec
$(LDPATH) $(WINEBUILD) $(DEFS) -o $@ -spec $(SRCDIR)/wine.spec -L$(DLLDIR) $(IMPORTS:%=-l%)
$(LDPATH) $(WINEBUILD) $(DEFS) -o $@ -spec $(SRCDIR)/wine.spec -mgui -L$(DLLDIR) $(IMPORTS:%=-l%)
install:: $(MODULE)
$(MKINSTALLDIRS) $(bindir)

View file

@ -1,2 +1 @@
mode guiexe
init wine_initial_task