# 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
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
################################################################################\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
################################################################################\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
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
\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