mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Small changes to readme and makefile; tested for 1.5a3!
This commit is contained in:
parent
95e8053a9f
commit
f644882fb4
2 changed files with 7 additions and 6 deletions
|
@ -34,8 +34,8 @@ NULL=nul
|
|||
# Begin Project
|
||||
# PROP Target_Last_Scanned "example - Win32 Debug"
|
||||
CPP=cl.exe
|
||||
MTL=mktyplib.exe
|
||||
RSC=rc.exe
|
||||
MTL=mktyplib.exe
|
||||
|
||||
!IF "$(CFG)" == "example - Win32 Release"
|
||||
|
||||
|
@ -204,7 +204,6 @@ LINK32_OBJS= \
|
|||
SOURCE=.\example.c
|
||||
DEP_CPP_EXAMP=\
|
||||
"..\Include\abstract.h"\
|
||||
"..\Include\bltinmodule.h"\
|
||||
"..\Include\ceval.h"\
|
||||
"..\Include\classobject.h"\
|
||||
"..\Include\cobject.h"\
|
||||
|
@ -259,7 +258,7 @@ SOURCE=.\readme.txt
|
|||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=\python\src\vc40\python15.lib
|
||||
SOURCE=.\example.def
|
||||
|
||||
!IF "$(CFG)" == "example - Win32 Release"
|
||||
|
||||
|
@ -271,7 +270,7 @@ SOURCE=\python\src\vc40\python15.lib
|
|||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\example.def
|
||||
SOURCE=\users\guido\python\src\vc40\python15.lib
|
||||
|
||||
!IF "$(CFG)" == "example - Win32 Release"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue