[Python-checkins] python/dist/src/PC/os2vacpp makefile, 1.8, 1.8.14.1 pyconfig.h, 1.4, 1.4.16.1 python.def, 1.4, 1.4.24.1

aimacintyre at users.sourceforge.net aimacintyre at users.sourceforge.net
Mon Mar 29 06:55:09 EST 2004


Update of /cvsroot/python/python/dist/src/PC/os2vacpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3906

Modified Files:
      Tag: release23-maint
	makefile pyconfig.h python.def 
Log Message:
OS/2 VACPP build updates/fixes

Index: makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2vacpp/makefile,v
retrieving revision 1.8
retrieving revision 1.8.14.1
diff -C2 -d -r1.8 -r1.8.14.1
*** makefile	18 Aug 2002 06:31:01 -0000	1.8
--- makefile	29 Mar 2004 11:55:06 -0000	1.8.14.1
***************
*** 166,169 ****
--- 166,170 ----
                    $(PATHOBJ)\ModuleObject.obj  \
                    $(PATHOBJ)\Object.obj        \
+                   $(PATHOBJ)\ObMalloc.obj      \
                    $(PATHOBJ)\RangeObject.obj   \
                    $(PATHOBJ)\SliceObject.obj   \

Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2vacpp/pyconfig.h,v
retrieving revision 1.4
retrieving revision 1.4.16.1
diff -C2 -d -r1.4 -r1.4.16.1
*** pyconfig.h	9 Jun 2002 13:41:37 -0000	1.4
--- pyconfig.h	29 Mar 2004 11:55:06 -0000	1.4.16.1
***************
*** 55,59 ****
   * won't have to explicitly specify it anymore
   */
! #pragma library("Python22.lib")
  
  /***************************************************/
--- 55,59 ----
   * won't have to explicitly specify it anymore
   */
! #pragma library("Python23.lib")
  
  /***************************************************/

Index: python.def
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2vacpp/python.def,v
retrieving revision 1.4
retrieving revision 1.4.24.1
diff -C2 -d -r1.4 -r1.4.24.1
*** python.def	5 Nov 2001 02:45:58 -0000	1.4
--- python.def	29 Mar 2004 11:55:06 -0000	1.4.24.1
***************
*** 1,4 ****
! LIBRARY        PYTHON22 INITINSTANCE TERMINSTANCE
! DESCRIPTION    'Python 2.2 Core DLL'
  PROTMODE
  DATA           MULTIPLE NONSHARED
--- 1,4 ----
! LIBRARY        PYTHON23 INITINSTANCE TERMINSTANCE
! DESCRIPTION    'Python 2.3 Core DLL'
  PROTMODE
  DATA           MULTIPLE NONSHARED




More information about the Python-checkins mailing list