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
39d6ae7b
Kaydet (Commit)
39d6ae7b
authored
May 14, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
New makefile, for 1.5, with CRLF
üst
445efa96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
285 additions
and
285 deletions
+285
-285
example.mak
PC/example_nt/example.mak
+285
-285
No files found.
PC/example_nt/example.mak
Dosyayı görüntüle @
39d6ae7b
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.
00
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.
20
# ** DO NOT EDIT **
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
!IF "$(CFG)" == ""
!IF "$(CFG)" == ""
CFG=example - Win32 Debug
CFG=example - Win32 Debug
!MESSAGE No configuration specified. Defaulting to example - Win32 Debug.
!MESSAGE No configuration specified. Defaulting to example - Win32 Debug.
!ENDIF
!ENDIF
!IF "$(CFG)" != "example - Win32 Release" && "$(CFG)" !=\
!IF "$(CFG)" != "example - Win32 Release" && "$(CFG)" !=\
"example - Win32 Debug"
"example - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE
!MESSAGE NMAKE /f "example.mak" CFG="example - Win32 Debug"
!MESSAGE NMAKE /f "example.mak" CFG="example - Win32 Debug"
!MESSAGE
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE
!MESSAGE "example - Win32 Release" (based on\
!MESSAGE "example - Win32 Release" (based on\
"Win32 (x86) Dynamic-Link Library")
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "example - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "example - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
!MESSAGE
!ERROR An invalid configuration is specified.
!ERROR An invalid configuration is specified.
!ENDIF
!ENDIF
!IF "$(OS)" == "Windows_NT"
!IF "$(OS)" == "Windows_NT"
NULL=
NULL=
!ELSE
!ELSE
NULL=nul
NULL=nul
!ENDIF
!ENDIF
################################################################################
################################################################################
# Begin Project
# Begin Project
# PROP Target_Last_Scanned "example - Win32 Debug"
# PROP Target_Last_Scanned "example - Win32 Debug"
CPP=cl.exe
CPP=cl.exe
RSC=rc.exe
MTL=mktyplib.exe
MTL=mktyplib.exe
RSC=rc.exe
!IF "$(CFG)" == "example - Win32 Release"
!IF "$(CFG)" == "example - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# PROP Target_Dir ""
OUTDIR=.\Release
OUTDIR=.\Release
INTDIR=.\Release
INTDIR=.\Release
ALL : "$(OUTDIR)\example.dll"
ALL : "$(OUTDIR)\example.dll"
CLEAN :
CLEAN :
-@erase "
.\Release\example.dll"
-@erase "
$(INTDIR)\example.obj"
-@erase "
.\Release\example.obj"
-@erase "
$(OUTDIR)\example.dll"
-@erase "
.\Release\example.lib"
-@erase "
$(OUTDIR)\example.exp"
-@erase "
.\Release\example.exp"
-@erase "
$(OUTDIR)\example.lib"
"$(OUTDIR)" :
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /M
T /W3 /GX /O2 /I "../Include" /I "../PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /M
D /W3 /GX /O2 /I "../Include" /I "../PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
CPP_PROJ=/nologo /M
T /W3 /GX /O2 /I "../Include" /I "../PC" /D "WIN32" /D\
CPP_PROJ=/nologo /M
D /W3 /GX /O2 /I "../Include" /I "../PC" /D "WIN32" /D\
"NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/example.pch" /YX /Fo"$(INTDIR)/" /c
"NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/example.pch" /YX /Fo"$(INTDIR)/" /c
CPP_OBJS=.\Release/
CPP_OBJS=.\Release/
CPP_SBRS=
CPP_SBRS=
.\.
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
MTL_PROJ=/nologo /D "NDEBUG" /win32
MTL_PROJ=/nologo /D "NDEBUG" /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/example.bsc"
BSC32_FLAGS=/nologo /o"$(OUTDIR)/example.bsc"
BSC32_SBRS=
BSC32_SBRS=
\
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
LINK32=link.exe
# ADD
LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
# ADD
BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
/pdb:"$(OUTDIR)/example.pdb" /machine:I386 /def:".\example.def"\
odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
/
out:"$(OUTDIR)/example.dll" /implib:"$(OUTDIR)/example.lib"
/
pdb:"$(OUTDIR)/example.pdb" /machine:I386 /def:".\example.def"\
DEF_FILE= \
/out:"$(OUTDIR)/example.dll" /implib:"$(OUTDIR)/example.lib"
".\example.def"
DEF_FILE= \
LINK32_OBJS= \
".\example.def"
"$(INTDIR)/example.obj" \
LINK32_OBJS= \
"
..\vc40\python14.lib"
"
$(INTDIR)\example.obj" \
"..\vc40\python15.lib"
"$(OUTDIR)\example.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
"$(OUTDIR)\example.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32_FLAGS) $(LINK32_OBJS)
$(LINK32) @<<
<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "example - Win32 Debug"
!ELSEIF "$(CFG)" == "example - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_
Debug_Libraries 1
# PROP BASE Use_
MFC 0
# PROP BASE
Output_Dir "Debug"
# PROP BASE
Use_Debug_Libraries 1
# PROP BASE
Intermediate_Dir "Debug"
# PROP BASE
Output_Dir "Debug"
# PROP BASE
Target_Dir ""
# PROP BASE
Intermediate_Dir "Debug"
# PROP
Use_MFC 0
# PROP
BASE Target_Dir ""
# PROP Use_
Debug_Libraries 1
# PROP Use_
MFC 0
# PROP
Output_Dir "Debug"
# PROP
Use_Debug_Libraries 1
# PROP
Intermediate_Dir "Debug"
# PROP
Output_Dir "Debug"
# PROP
Target_Dir ""
# PROP
Intermediate_Dir "Debug"
OUTDIR=.\Debug
# PROP Target_Dir ""
INTDIR=.\Debug
OUTDIR=.\Debug
INTDIR=.\Debug
ALL : "$(OUTDIR)\example.dll"
ALL : "$(OUTDIR)\example.dll"
CLEAN :
-@erase ".\Debug\example.dll"
CLEAN :
-@erase "
.\Debug\example.obj"
-@erase "
$(INTDIR)\example.obj"
-@erase "
.\Debug\example.ilk"
-@erase "
$(INTDIR)\vc40.idb"
-@erase "
.\Debug\example.lib"
-@erase "
$(INTDIR)\vc40.pdb"
-@erase "
.\Debug\example.exp"
-@erase "
$(OUTDIR)\example.dll"
-@erase "
.\Debug\example.pdb"
-@erase "
$(OUTDIR)\example.exp"
-@erase "
.\Debug\vc40.pdb"
-@erase "
$(OUTDIR)\example.ilk"
-@erase "
.\Debug\vc40.idb"
-@erase "
$(OUTDIR)\example.lib"
-@erase "$(OUTDIR)\example.pdb"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
# ADD
CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../Include" /I "../PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
# ADD
BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "../Include" /I "../PC" /D "WIN32"\
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../Include" /I "../PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
/D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/example.pch" /YX /Fo"$(INTDIR)/"\
CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "../Include" /I "../PC" /D "WIN32"\
/
Fd"$(INTDIR)/" /c
/
D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/example.pch" /YX /Fo"$(INTDIR)/"\
CPP_OBJS=.\Debug/
/Fd"$(INTDIR)/" /c
CPP_
SBRS=
CPP_
OBJS=.\Debug/
# ADD BASE MTL /nologo /D "_DEBUG" /win32
CPP_SBRS=.\.
# ADD
MTL /nologo /D "_DEBUG" /win32
# ADD
BASE MTL /nologo /D "_DEBUG" /win32
MTL_PROJ=/nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
MTL_PROJ=/nologo /D "_DEBUG" /win32
# ADD
RSC /l 0x409 /d "_DEBUG"
# ADD
BASE RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD RSC /l 0x409 /d "_DEBUG"
# ADD BASE BSC32 /nologo
BSC32=bscmake.exe
# ADD B
SC32 /nologo
# ADD B
ASE BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/example.bsc"
# ADD BSC32 /nologo
BSC32_
SBRS=
BSC32_
FLAGS=/nologo /o"$(OUTDIR)/example.bsc"
LINK32=link.exe
BSC32_SBRS= \
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
LINK32=link.exe
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
/pdb:"$(OUTDIR)/example.pdb" /debug /machine:I386 /def:".\example.def"\
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
/out:"$(OUTDIR)/example.dll" /implib:"$(OUTDIR)/example.lib"
odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
DEF_FILE= \
/pdb:"$(OUTDIR)/example.pdb" /debug /machine:I386 /def:".\example.def"\
".\example.def"
/out:"$(OUTDIR)/example.dll" /implib:"$(OUTDIR)/example.lib"
LINK32_OBJS= \
DEF_FILE= \
"
$(INTDIR)/example.obj" \
"
.\example.def"
"..\vc40\python14.lib"
LINK32_OBJS= \
"$(INTDIR)\example.obj" \
"$(OUTDIR)\example.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
"..\vc40\python15.lib"
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
"$(OUTDIR)\example.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
<<
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
!ENDIF
<<
.c{$(CPP_OBJS)}.obj:
!ENDIF
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_OBJS)}.obj:
.cpp{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
.cxx{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
.cpp{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
.cxx{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
################################################################################
$(CPP) $(CPP_PROJ) $<
# Begin Target
################################################################################
#
Name "example - Win32 Release"
#
Begin Target
# Name "example - Win32 Debug"
# Name "example - Win32 Release"
!IF "$(CFG)" == "example - Win32 Release"
# Name "example - Win32 Debug"
!
ELSEIF "$(CFG)" == "example - Win32 Debug"
!
IF "$(CFG)" == "example - Win32 Release"
!E
NDIF
!E
LSEIF "$(CFG)" == "example - Win32 Debug"
################################################################################
!ENDIF
# Begin Source File
################################################################################
SOURCE=.\example.c
# Begin Source File
DEP_CPP_EXAMP=\
".\../Include\Python.h"\
SOURCE=.\example.c
"..\Include\allobjects.h"\
DEP_CPP_EXAMP=\
".
\../PC\config.h"\
".
.\Include\abstract.h"\
"..\Include\
myproto.h"\
"..\Include\
bltinmodule.h"\
"..\Include\
object.h"\
"..\Include\
ceval.h"\
"..\Include\
objimpl.h"\
"..\Include\
classobject.h"\
"..\Include\
pydebug.h"\
"..\Include\
cobject.h"\
"..\Include\
accessobject.h"\
"..\Include\
complexobject.h"\
"..\Include\
intobject.h"\
"..\Include\
dictobject.h"\
"..\Include\
longobject.h"\
"..\Include\
fileobject.h"\
"..\Include\floatobject.h"\
"..\Include\floatobject.h"\
"..\Include\
complexobject.h"\
"..\Include\
funcobject.h"\
"..\Include\
rangeobject.h"\
"..\Include\
import.h"\
"..\Include\
stringobject.h"\
"..\Include\
intobject.h"\
"..\Include\
tupleobject.h"\
"..\Include\
intrcheck.h"\
"..\Include\listobject.h"\
"..\Include\listobject.h"\
"..\Include\
mappingobject.h"\
"..\Include\
longobject.h"\
"..\Include\methodobject.h"\
"..\Include\methodobject.h"\
"..\Include\mod
uleobject.h"\
"..\Include\mod
support.h"\
"..\Include\
funcobject.h"\
"..\Include\
moduleobject.h"\
"..\Include\
classobject.h"\
"..\Include\
mymalloc.h"\
"..\Include\
fileobject.h"\
"..\Include\
myproto.h"\
"..\Include\
cobject.h"\
"..\Include\
object.h"\
"..\Include\
traceback.h"\
"..\Include\
objimpl.h"\
"..\Include\
sliceobject.h"\
"..\Include\
pydebug.h"\
"..\Include\pyerrors.h"\
"..\Include\pyerrors.h"\
"..\Include\
mymalloc.h"\
"..\Include\
pyfpe.h"\
"..\Include\
modsupport.h"\
"..\Include\
pystate.h"\
"..\Include\
ceval.h"\
"..\Include\
pythonrun.h"\
"..\Include\
pythonrun.h"\
"..\Include\
rangeobject.h"\
"..\Include\s
ysmodule.h"\
"..\Include\s
liceobject.h"\
"..\Include\
intrcheck.h"\
"..\Include\
stringobject.h"\
"..\Include\
import.h"\
"..\Include\
sysmodule.h"\
"..\Include\
bltinmodule.h"\
"..\Include\
traceback.h"\
"..\Include\
abstract.h"\
"..\Include\
tupleobject.h"\
".
.\Include\rename2.h"\
".
\../Include\Python.h"\
".
.\Include\thread.h"\
".
\../PC\config.h"\
"$(INTDIR)\example.obj" : $(SOURCE) $(DEP_CPP_EXAMP) "$(INTDIR)"
"$(INTDIR)\example.obj" : $(SOURCE) $(DEP_CPP_EXAMP) "$(INTDIR)"
# End Source File
# End Source File
################################################################################
################################################################################
# Begin Source File
# Begin Source File
SOURCE=.\
example.def
SOURCE=.\
readme.txt
!IF "$(CFG)" == "example - Win32 Release"
!IF "$(CFG)" == "example - Win32 Release"
!ELSEIF "$(CFG)" == "example - Win32 Debug"
!ELSEIF "$(CFG)" == "example - Win32 Debug"
!ENDIF
!ENDIF
# End Source File
# End Source File
################################################################################
################################################################################
# Begin Source File
# Begin Source File
SOURCE=
..\vc40\python14.lib
SOURCE=
\python\src\vc40\python15.lib
!IF "$(CFG)" == "example - Win32 Release"
!IF "$(CFG)" == "example - Win32 Release"
!ELSEIF "$(CFG)" == "example - Win32 Debug"
!ELSEIF "$(CFG)" == "example - Win32 Debug"
!ENDIF
!ENDIF
# End Source File
# End Source File
################################################################################
################################################################################
# Begin Source File
# Begin Source File
SOURCE=.\
readme.txt
SOURCE=.\
example.def
!IF "$(CFG)" == "example - Win32 Release"
!IF "$(CFG)" == "example - Win32 Release"
!ELSEIF "$(CFG)" == "example - Win32 Debug"
!ELSEIF "$(CFG)" == "example - Win32 Debug"
!ENDIF
!ENDIF
# End Source File
# End Source File
# End Target
# End Target
# End Project
# End Project
################################################################################
################################################################################
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