mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
add gcmodule
This commit is contained in:
parent
b3c66be8a9
commit
fa01bf15b4
1 changed files with 14 additions and 0 deletions
|
|
@ -659,6 +659,20 @@ SOURCE=..\Objects\funcobject.c
|
|||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
SOURCE=..\Modules\gcmodule.c
|
||||
|
||||
!IF "$(CFG)" == "python20 - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\Python\getargs.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue