[Python-checkins] CVS: python/dist/src/Modules Setup.in,1.97,1.98

Guido van Rossum python-dev@python.org
Wed, 3 May 2000 18:34:15 -0400 (EDT)


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

Modified Files:
	Setup.in 
Log Message:
Remove all references to stdwin.


Index: Setup.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Modules/Setup.in,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -r1.97 -r1.98
*** Setup.in	2000/03/31 16:56:32	1.97
--- Setup.in	2000/05/03 22:34:12	1.98
***************
*** 80,84 ****
  MACHDEPPATH=:plat-$(MACHDEP)
  
! COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(STDWINPATH)$(TKPATH)
  PYTHONPATH=$(COREPYTHONPATH)
  
--- 80,84 ----
  MACHDEPPATH=:plat-$(MACHDEP)
  
! COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(TKPATH)
  PYTHONPATH=$(COREPYTHONPATH)
  
***************
*** 183,206 ****
  #imageop imageop.c	# Operations on images
  #rgbimg rgbimgmodule.c   # Read SGI RGB image files (but coded portably)
- 
- 
- # The stdwin module provides a simple, portable (between X11 and Mac)
- # windowing interface.  You need to ftp the STDWIN library, e.g. from
- # ftp://ftp.cwi.nl/pub/stdwin.  (If you get it elsewhere, be sure to
- # get version 1.0 or higher!)  The STDWIN variable must point to the
- # STDWIN toplevel directory.
- 
- # Uncomment and edit as needed:
- #STDWIN=/ufs/guido/src/stdwin
- 
- # Uncomment these lines:
- #STDWINPATH=:lib-stdwin
- #LIBTEXTEDIT=$(STDWIN)/$(MACHDEP)/Packs/textedit/libtextedit.a
- #LIBX11STDWIN=$(STDWIN)/$(MACHDEP)/Ports/x11/libstdwin.a
- #stdwin stdwinmodule.c -I$(STDWIN)/H $(LIBTEXTEDIT) $(LIBX11STDWIN) -lX11
- 
- # Use this instead of the last two lines above for alphanumeric stdwin:
- #LIBALFASTDWIN=$(STDWIN)/$(MACHDEP)/Ports/alfa/libstdwin.a
- #stdwin stdwinmodule.c -I$(STDWIN)/H $(LIBTEXTEDIT) $(LIBALFASTDWIN) -ltermcap
  
  
--- 183,186 ----