[Python-checkins] python/dist/src/PC/os2vacpp makefile, 1.8, 1.9 pyconfig.h, 1.6, 1.7 python.def, 1.4, 1.5

aimacintyre at users.sourceforge.net aimacintyre at users.sourceforge.net
Mon Mar 29 06:49:26 EST 2004


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

Modified Files:
	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.9
diff -C2 -d -r1.8 -r1.9
*** makefile	18 Aug 2002 06:31:01 -0000	1.8
--- makefile	29 Mar 2004 11:49:24 -0000	1.9
***************
*** 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.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pyconfig.h	10 Feb 2004 16:50:20 -0000	1.6
--- pyconfig.h	29 Mar 2004 11:49:24 -0000	1.7
***************
*** 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("Python24.lib")
  
  /***************************************************/

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




More information about the Python-checkins mailing list