Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ee5811

Browse files
committed
Added getbuildinfo.c to the project.
1 parent 73e122f commit 4ee5811

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

PC/vc40.mak

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
################################################################################

0 commit comments

Comments
 (0)