Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk main.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 14 Apr 2000 04:00:39 -0500 (CDT)
guy         2000/04/14 04:00:31 CDT

  Modified files:
    gtk                  main.c 
  Log:
  On Win32, build Ethereal as a Windows-subsystem program rather than a
  console-subsystem program, so that when not run from a shell window it
  doesn't cause a shell window to be popped up.  (Yes, this means that any
  messages it prints, when not popped up from a shell window, get lost,
  but the same is true of Ethereal on UNIX/X.)  Trick for doing this
  shamelessly stolen from the Win32 port of the GIMP.
  
  We do not want to build Tethereal or editcap as Windows-subsystem
  programs, however, so we take the "/SUBSYSTEM" flag out of LDFLAGS and
  put it into the link commands for Ethereal, Tethereal, and editcap.
  
  Revision  Changes    Path
  1.117     +22 -1     ethereal/gtk/main.c