File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ CLEAN :
7878 -@erase " $( INTDIR) \frozen.obj"
7979 -@erase " $( INTDIR) \funcobject.obj"
8080 -@erase " $( INTDIR) \getargs.obj"
81+ -@erase " $( INTDIR) \getbuildinfo.obj"
8182 -@erase " $( INTDIR) \getcompiler.obj"
8283 -@erase " $( INTDIR) \getcopyright.obj"
8384 -@erase " $( INTDIR) \getmtime.obj"
@@ -223,6 +224,7 @@ LINK32_OBJS= \
223224 "$(INTDIR ) \frozen.obj" \
224225 "$(INTDIR ) \funcobject.obj" \
225226 "$(INTDIR ) \getargs.obj" \
227+ "$(INTDIR ) \getbuildinfo.obj" \
226228 "$(INTDIR ) \getcompiler.obj" \
227229 "$(INTDIR ) \getcopyright.obj" \
228230 "$(INTDIR ) \getmtime.obj" \
@@ -4062,6 +4064,16 @@ SOURCE=.\PC\python_nt.rc
40624064
40634065!ENDIF
40644066
4067+ # End Source File
4068+ # ###############################################################################
4069+ # Begin Source File
4070+
4071+ SOURCE =.\Modules\getbuildinfo.c
4072+
4073+ "$(INTDIR ) \getbuildinfo.obj" : $(SOURCE ) "$(INTDIR ) "
4074+ $(CPP) $(CPP_PROJ) $(SOURCE)
4075+
4076+
40654077# End Source File
40664078# End Target
40674079# ###############################################################################
You can’t perform that action at this time.
0 commit comments