[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.4,1.5

tim_one at projects.sourceforge.net tim_one at projects.sourceforge.net
Sat Jan 24 22:25:48 EST 2004


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

Modified Files:
	pythoncore.dsp 
Log Message:
Added the cjkcodecs files to the MSVC 6 build.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pythoncore.dsp	5 Jan 2004 10:13:35 -0000	1.4
--- pythoncore.dsp	25 Jan 2004 03:25:40 -0000	1.5
***************
*** 94,97 ****
--- 94,101 ----
  # Begin Source File
  
+ SOURCE=..\..\Modules\cjkcodecs\_big5.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\..\Modules\_bisectmodule.c
  # End Source File
***************
*** 102,113 ****
--- 106,185 ----
  # Begin Source File
  
+ SOURCE=..\..\Modules\cjkcodecs\_cp932.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_cp949.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_cp950.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\..\Modules\_csv.c
  # End Source File
  # Begin Source File
  
+ SOURCE=..\..\Modules\cjkcodecs\_euc_jisx0213.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_euc_jp.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_euc_kr.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_gb18030.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_gb2312.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_gbk.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\..\Modules\_hotshot.c
  # End Source File
  # Begin Source File
  
+ SOURCE=..\..\Modules\cjkcodecs\_hz.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_iso2022_jp.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_iso2022_jp_1.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_iso2022_jp_2.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_iso2022_jp_3.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_iso2022_jp_ext.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_iso2022_kr.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_johab.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\..\Modules\_localemodule.c
  # End Source File
***************
*** 118,121 ****
--- 190,201 ----
  # Begin Source File
  
+ SOURCE=..\..\Modules\cjkcodecs\_shift_jis.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\_shift_jisx0213.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\..\Modules\_sre.c
  # End Source File
***************
*** 368,371 ****
--- 448,467 ----
  # Begin Source File
  
+ SOURCE=..\..\Modules\cjkcodecs\mapdata_ja_JP.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\mapdata_ko_KR.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\mapdata_zh_CN.c
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=..\..\Modules\cjkcodecs\mapdata_zh_TW.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\..\Python\marshal.c
  # End Source File
***************
*** 408,411 ****
--- 504,511 ----
  # Begin Source File
  
+ SOURCE=..\..\Modules\cjkcodecs\multibytecodec.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\..\Parser\myreadline.c
  # End Source File




More information about the Python-checkins mailing list