Moved mode setting out of .spec file into Makefile.
This commit is contained in:
parent
0c6dd5b9e0
commit
a1d8967ea2
|
@ -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)
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
mode guiexe
|
||||
init wine_initial_task
|
||||
|
|
Loading…
Reference in New Issue