Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f644882f
Kaydet (Commit)
f644882f
authored
Agu 13, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Small changes to readme and makefile; tested for 1.5a3!
üst
95e8053a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
example.mak
PC/example_nt/example.mak
+3
-4
readme.txt
PC/example_nt/readme.txt
+4
-2
No files found.
PC/example_nt/example.mak
Dosyayı görüntüle @
f644882f
...
...
@@ -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"
...
...
PC/example_nt/readme.txt
Dosyayı görüntüle @
f644882f
...
...
@@ -4,7 +4,7 @@ Example Python extension for Windows NT
This directory contains everything you need to build a Python
extension module using Microsoft VC++ 4.x ("Developer Studio"), except
for the Python distribution. It has been tested most recently with
version 4.2.
version 4.2.
(Yes, it has been tested with the latest Python 1.5a3.)
The "example_nt" subdirectory should be an immediate subdirectory of
the Python source directory -- a direct sibling of Include and PC, in
...
...
@@ -16,7 +16,9 @@ they belong.)
It is also assumed that the build results of Python are in the
directory ..\vc40. In particular, the python15.lib file is referred
to as "..\vc40\python15.lib".
to as "..\vc40\python15.lib". If you have problems with this file,
the best thing to do is to delete it from the project and add it
again.
In order to use the example project from Developer Studio, use the
"File->Open Workspace..." dialog (*not* the "File->Open..." dialog!).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment