diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2004-07-18 15:36:31 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2004-07-18 15:36:31 (GMT) |
commit | 07e5dc8813460c9a476f48691ea54b84c6c98342 (patch) | |
tree | 0db29f2050c0e4ffc6ac47710af64871349f16f1 /PC/VC6 | |
parent | 64a9e38f35e2889ed1c076c820a808f827a5e334 (diff) | |
download | cpython-07e5dc8813460c9a476f48691ea54b84c6c98342.zip cpython-07e5dc8813460c9a476f48691ea54b84c6c98342.tar.gz cpython-07e5dc8813460c9a476f48691ea54b84c6c98342.tar.bz2 |
Teach VC6 project file about the new cjkcodecs structure.
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 86 |
1 files changed, 9 insertions, 77 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index df8ae29..04ee44d 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -93,55 +93,43 @@ LINK32=link.exe # Name "pythoncore - Win32 Debug"
# Begin Source File
-SOURCE=..\..\Modules\cjkcodecs\_big5.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Modules\_bisectmodule.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\_codecsmodule.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\Modules\cjkcodecs\_cp932.c
+SOURCE=..\..\Modules\cjkcodecs\_codecs_cn.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\cjkcodecs\_cp949.c
+SOURCE=..\..\Modules\cjkcodecs\_codecs_hk.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\cjkcodecs\_cp950.c
+SOURCE=..\..\Modules\cjkcodecs\_codecs_iso2022.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\_csv.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\Modules\cjkcodecs\_euc_jisx0213.c
+SOURCE=..\..\Modules\cjkcodecs\_codecs_jp.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\cjkcodecs\_euc_jp.c
+SOURCE=..\..\Modules\cjkcodecs\_codecs_kr.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\cjkcodecs\_euc_kr.c
+SOURCE=..\..\Modules\cjkcodecs\_codecs_tw.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\cjkcodecs\_gb18030.c
+SOURCE=..\..\Modules\cjkcodecs\_codecs_unicode.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\cjkcodecs\_gb2312.c
+SOURCE=..\..\Modules\_codecsmodule.c
# End Source File
# Begin Source File
-SOURCE=..\..\Modules\cjkcodecs\_gbk.c
+SOURCE=..\..\Modules\_csv.c
# End Source File
# Begin Source File
@@ -153,38 +141,6 @@ 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
# Begin Source File
@@ -193,14 +149,6 @@ SOURCE=..\..\Modules\_randommodule.c # End Source File
# 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
# Begin Source File
@@ -455,22 +403,6 @@ SOURCE=..\..\Modules\main.c # End Source File
# 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
# Begin Source File
|