summaryrefslogtreecommitdiffstats
path: root/PC/VC6/pythoncore.dsp
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-06-01 16:29:57 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-06-01 16:29:57 (GMT)
commit19a02ece02995ee012d8710f2304d403070a30fd (patch)
tree095f5bf2af2006f2f899ededb149e14fb94eeff2 /PC/VC6/pythoncore.dsp
parente440e47e91a93ae57870da8753f9c141c4a37885 (diff)
downloadcpython-19a02ece02995ee012d8710f2304d403070a30fd.zip
cpython-19a02ece02995ee012d8710f2304d403070a30fd.tar.gz
cpython-19a02ece02995ee012d8710f2304d403070a30fd.tar.bz2
Add genobject.c to the MSVC++ 6.0 build.
Diffstat (limited to 'PC/VC6/pythoncore.dsp')
-rw-r--r--PC/VC6/pythoncore.dsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
index 527e891..dc4acd4 100644
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -361,6 +361,10 @@ SOURCE=..\..\Modules\gcmodule.c
# End Source File
# Begin Source File
+SOURCE=..\..\Objects\genobject.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\getargs.c
# End Source File
# Begin Source File