diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-06-01 17:21:13 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-06-01 17:21:13 (GMT) |
commit | 7897ff0d9a026195d0aa54c55117958d29633dcb (patch) | |
tree | 6d1303940010fe1397d30cdc992ed9cc688b5334 | |
parent | 19a02ece02995ee012d8710f2304d403070a30fd (diff) | |
download | cpython-7897ff0d9a026195d0aa54c55117958d29633dcb.zip cpython-7897ff0d9a026195d0aa54c55117958d29633dcb.tar.gz cpython-7897ff0d9a026195d0aa54c55117958d29633dcb.tar.bz2 |
Add genobject.c
-rw-r--r-- | PCbuild/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index dc2683a..5d5dbb9 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -993,6 +993,9 @@ </FileConfiguration> </File> <File + RelativePath="..\Objects\genobject.c"> + </File> + <File RelativePath="..\Python\getargs.c"> <FileConfiguration Name="Release|Win32"> |