This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/winsup/cinstall ChangeLog Makefile.in desk ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2002-03-26 20:20:48

Modified files:
	winsup/cinstall: ChangeLog Makefile.in desktop.cc desktop.h 
	                 main.cc 
Added files:
	winsup/cinstall: GetOption.cc GetOption.h Option.cc Option.h 

Log message:
	2003-03-27  Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.in (OBJS): Add new commandline objects.
	* desktop.cc (NoShortCutsOption): New option code.
	(DesktopSetupPage::OnInit): Check whether to skip shortcuts.
	* desktop.h (NoShortCutsOption): New concrete command line option class.
	* main.cc (WinMain): Process command line options.
	* GetOption.h: New file, singleton command line class.
	* GetOption.cc: New file, implementation of the above.
	* Option.h : New file, abstract option for GetOption.
	* Option.cc: New file, implement constructor and destructor.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/GetOption.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/GetOption.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Option.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Option.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.207&r2=2.208
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Makefile.in.diff?cvsroot=src&r1=2.52&r2=2.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/desktop.cc.diff?cvsroot=src&r1=2.26&r2=2.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/desktop.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/main.cc.diff?cvsroot=src&r1=2.13&r2=2.14


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]