[Python-checkins] CVS: python/dist/src/PCbuild _testcapi.dsp,NONE,1.1 pcbuild.dsw,1.25,1.26 python20.wse,1.26,1.27 readme.txt,1.19,1.20 _test.dsp,1.1,NONE

Tim Peters tim_one@users.sourceforge.net
Sat, 03 Feb 2001 19:09:55 -0800


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv19049/python/dist/src/PCbuild

Modified Files:
	pcbuild.dsw python20.wse readme.txt 
Added Files:
	_testcapi.dsp 
Removed Files:
	_test.dsp 
Log Message:
Renamed _testXXX to _testcapiXXX.  Jack is my hero -- good call!


--- NEW FILE: _testcapi.dsp ---
# Microsoft Developer Studio Project File - Name="_testcapi" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

CFG=_testcapi - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "_testcapi.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "_testcapi.mak" CFG="_testcapi - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "_testcapi - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "_testcapi - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName "_testcapi"
# PROP Scc_LocalPath ".."
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

!IF  "$(CFG)" == "_testcapi - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "."
# PROP Intermediate_Dir "x86-temp-release\_testcapi"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MMAP_EXPORTS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MMAP_EXPORTS" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0xc09 /d "NDEBUG"
# ADD RSC /l 0xc09 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x1e1F0000" /dll /machine:I386 /out:"./_testcapi.pyd" /export:init_testcapi
# SUBTRACT LINK32 /pdb:none

!ELSEIF  "$(CFG)" == "_testcapi - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "."
# PROP Intermediate_Dir "x86-temp-debug\_testcapi"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MMAP_EXPORTS" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MMAP_EXPORTS" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0xc09 /d "_DEBUG"
# ADD RSC /l 0xc09 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x1e1F0000" /dll /debug /machine:I386 /out:"./_testcapi_d.pyd" /pdbtype:sept /export:init_testcapi
# SUBTRACT LINK32 /pdb:none

!ENDIF 

# Begin Target

# Name "_testcapi - Win32 Release"
# Name "_testcapi - Win32 Debug"
# Begin Source File

SOURCE=..\Modules\_testcapimodule.c
# End Source File
# End Target
# End Project

Index: pcbuild.dsw
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pcbuild.dsw,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** pcbuild.dsw	2001/02/02 21:24:51	1.25
--- pcbuild.dsw	2001/02/04 03:09:53	1.26
***************
*** 42,50 ****
  Package=<4>
  {{{
  }}}
  
  ###############################################################################
  
! Project: "_test"=.\_test.dsp - Package Owner=<4>
  
  Package=<5>
--- 42,53 ----
  Package=<4>
  {{{
+     Begin Project Dependency
+     Project_Dep_Name pythoncore
+     End Project Dependency
  }}}
  
  ###############################################################################
  
! Project: "_testcapi"=.\_testcapi.dsp - Package Owner=<4>
  
  Package=<5>
***************
*** 54,57 ****
--- 57,63 ----
  Package=<4>
  {{{
+     Begin Project Dependency
+     Project_Dep_Name pythoncore
+     End Project Dependency
  }}}
  

Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** python20.wse	2001/02/02 21:24:51	1.26
--- python20.wse	2001/02/04 03:09:53	1.27
***************
*** 698,703 ****
  end
  item: Install File
!   Source=%_SRC_%\PCbuild\_test.pyd
!   Destination=%MAINDIR%\DLLs\_test.pyd
    Flags=0000000000000010
  end
--- 698,703 ----
  end
  item: Install File
!   Source=%_SRC_%\PCbuild\_testcapi.pyd
!   Destination=%MAINDIR%\DLLs\_testcapi.pyd
    Flags=0000000000000010
  end
***************
*** 772,777 ****
  end
  item: Install File
!   Source=%_SRC_%\PCbuild\_test.lib
!   Destination=%MAINDIR%\libs\_test.lib
    Flags=0000000000000010
  end
--- 772,777 ----
  end
  item: Install File
!   Source=%_SRC_%\PCbuild\_testcapi.lib
!   Destination=%MAINDIR%\libs\_testcapi.lib
    Flags=0000000000000010
  end

Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** readme.txt	2001/02/02 21:24:51	1.19
--- readme.txt	2001/02/04 03:09:53	1.20
***************
*** 46,52 ****
  _symtable
      the _symtable module, symtablemodule.c
! _test
      tests of the Python C API, run via Lib/test/test_capi.py, and
!     implemented by module Modules/_testmodule.c
  mmap
      mmapmodule.c
--- 46,52 ----
  _symtable
      the _symtable module, symtablemodule.c
! _testcapi
      tests of the Python C API, run via Lib/test/test_capi.py, and
!     implemented by module Modules/_testcapimodule.c
  mmap
      mmapmodule.c

--- _test.dsp DELETED ---