[Python-checkins] CVS: python/dist/src/PCbuild _tkinter.dsp,1.8,1.9

Guido van Rossum guido@cnri.reston.va.us
Thu, 20 Jan 2000 19:03:45 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/PCbuild
In directory eric:/projects/python/develop/guido/src/PCbuild

Modified Files:
	_tkinter.dsp 
Log Message:
Trent Mick: Setup PC configuration so that MSDEV chooses the x86
release project config as the default.


Index: _tkinter.dsp
===================================================================
RCS file: /projects/cvsroot/python/dist/src/PCbuild/_tkinter.dsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** _tkinter.dsp	2000/01/20 21:31:41	1.8
--- _tkinter.dsp	2000/01/21 00:03:42	1.9
***************
*** 19,26 ****
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
- !MESSAGE "_tkinter - Win32 x86 Release" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "_tkinter - Win32 x86 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  !MESSAGE "_tkinter - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library")
  !MESSAGE "_tkinter - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library")
  !MESSAGE 
  
--- 19,26 ----
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "_tkinter - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library")
  !MESSAGE "_tkinter - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library")
+ !MESSAGE "_tkinter - Win32 x86 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+ !MESSAGE "_tkinter - Win32 x86 Release" (based on "Win32 (x86) Dynamic-Link Library")
  !MESSAGE