diff options
author | Guido van Rossum <guido@python.org> | 1997-08-13 23:07:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-13 23:07:44 (GMT) |
commit | f644882fb4ce793745ea5e0d25ed93b851a6a4d1 (patch) | |
tree | 9033cb63443a1955346d0b089dcfe24f222d3bef /PC/example_nt/example.mak | |
parent | 95e8053a9ff42a544197e562fdf4c462fc34e8b4 (diff) | |
download | cpython-f644882fb4ce793745ea5e0d25ed93b851a6a4d1.zip cpython-f644882fb4ce793745ea5e0d25ed93b851a6a4d1.tar.gz cpython-f644882fb4ce793745ea5e0d25ed93b851a6a4d1.tar.bz2 |
Small changes to readme and makefile; tested for 1.5a3!
Diffstat (limited to 'PC/example_nt/example.mak')
-rw-r--r-- | PC/example_nt/example.mak | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/PC/example_nt/example.mak b/PC/example_nt/example.mak index ff8b856..e18e701 100644 --- a/PC/example_nt/example.mak +++ b/PC/example_nt/example.mak @@ -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"
|