Move mode out of .spec

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This one seems to work OK...

ChangeLog:
  Move mode setting out of .spec file into Makefile

Index: miscemu/Makefile.in
===================================================================
RCS file: /var/cvs/wine/miscemu/Makefile.in,v
retrieving revision 1.9
diff -u -r1.9 Makefile.in
--- miscemu/Makefile.in	21 Jun 2002 19:15:51 -0000	1.9
+++ miscemu/Makefile.in	10 Sep 2002 15:25:04 -0000
@@ -22,7 +22,7 @@
 	$(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)
Index: miscemu/wine.spec
===================================================================
RCS file: /var/cvs/wine/miscemu/wine.spec,v
retrieving revision 1.6
diff -u -r1.6 wine.spec
--- miscemu/wine.spec	21 Jun 2002 19:15:51 -0000	1.6
+++ miscemu/wine.spec	10 Sep 2002 15:25:20 -0000
@@ -1,2 +1 @@
-mode	guiexe
 init	wine_initial_task



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux