]> granicus.if.org Git - python/commitdiff
Small changes to readme and makefile; tested for 1.5a3!
authorGuido van Rossum <guido@python.org>
Wed, 13 Aug 1997 23:07:44 +0000 (23:07 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Aug 1997 23:07:44 +0000 (23:07 +0000)
PC/example_nt/example.mak
PC/example_nt/readme.txt

index ff8b8569f701f32cb52b94f505a0c62860b8d312..e18e701f476cd7faa085b1eb6d30e3947d66af2b 100644 (file)
@@ -34,8 +34,8 @@ NULL=nul
 # Begin Project\r
 # PROP Target_Last_Scanned "example - Win32 Debug"\r
 CPP=cl.exe\r
-MTL=mktyplib.exe\r
 RSC=rc.exe\r
+MTL=mktyplib.exe\r
 \r
 !IF  "$(CFG)" == "example - Win32 Release"\r
 \r
@@ -204,7 +204,6 @@ LINK32_OBJS= \
 SOURCE=.\example.c\r
 DEP_CPP_EXAMP=\\r
        "..\Include\abstract.h"\\r
-       "..\Include\bltinmodule.h"\\r
        "..\Include\ceval.h"\\r
        "..\Include\classobject.h"\\r
        "..\Include\cobject.h"\\r
@@ -259,7 +258,7 @@ SOURCE=.\readme.txt
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=\python\src\vc40\python15.lib\r
+SOURCE=.\example.def\r
 \r
 !IF  "$(CFG)" == "example - Win32 Release"\r
 \r
@@ -271,7 +270,7 @@ SOURCE=\python\src\vc40\python15.lib
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\example.def\r
+SOURCE=\users\guido\python\src\vc40\python15.lib\r
 \r
 !IF  "$(CFG)" == "example - Win32 Release"\r
 \r
index 142488256ec4e4911c7943371aa5f2c88be82cca..db8d363ed2a90e09b6876bbfceccf278a7c8ec82 100644 (file)
@@ -4,7 +4,7 @@ Example Python extension for Windows NT
 This directory contains everything you need to build a Python\r
 extension module using Microsoft VC++ 4.x ("Developer Studio"), except\r
 for the Python distribution.  It has been tested most recently with\r
-version 4.2.\r
+version 4.2.  (Yes, it has been tested with the latest Python 1.5a3.)\r
 \r
 The "example_nt" subdirectory should be an immediate subdirectory of\r
 the Python source directory -- a direct sibling of Include and PC, in\r
@@ -16,7 +16,9 @@ they belong.)
 \r
 It is also assumed that the build results of Python are in the\r
 directory ..\vc40.  In particular, the python15.lib file is referred\r
-to as "..\vc40\python15.lib".\r
+to as "..\vc40\python15.lib".  If you have problems with this file,\r
+the best thing to do is to delete it from the project and add it\r
+again.\r
 \r
 In order to use the example project from Developer Studio, use the\r
 "File->Open Workspace..." dialog (*not* the "File->Open..." dialog!).\r