1 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
4 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG
=example
- Win32 Debug
8 !MESSAGE No configuration specified. Defaulting to example
- Win32 Debug.
11 !IF
"$(CFG)" != "example - Win32 Release" && "$(CFG)" !=\
12 "example - Win32 Debug"
13 !MESSAGE Invalid configuration
"$(CFG)" specified.
14 !MESSAGE You can specify a configuration when running NMAKE on this makefile
15 !MESSAGE by defining the macro CFG on the command line. For example
:
17 !MESSAGE NMAKE
/f
"example.mak" CFG
="example - Win32 Debug"
19 !MESSAGE Possible choices for configuration are
:
21 !MESSAGE
"example - Win32 Release" (based on\
22 "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE
"example - Win32 Debug" (based on
"Win32 (x86) Dynamic-Link Library")
25 !ERROR An invalid configuration is specified.
28 !IF
"$(OS)" == "Windows_NT"
33 ################################################################################
35 # PROP Target_Last_Scanned "example - Win32 Debug"
40 !IF
"$(CFG)" == "example - Win32 Release"
43 # PROP BASE Use_Debug_Libraries 0
44 # PROP BASE Output_Dir "Release"
45 # PROP BASE Intermediate_Dir "Release"
46 # PROP BASE Target_Dir ""
48 # PROP Use_Debug_Libraries 0
49 # PROP Output_Dir "Release"
50 # PROP Intermediate_Dir "Release"
55 ALL
: "$(OUTDIR)\example.dll"
58 -@erase
"$(INTDIR)\example.obj"
59 -@erase
"$(OUTDIR)\example.dll"
60 -@erase
"$(OUTDIR)\example.exp"
61 -@erase
"$(OUTDIR)\example.lib"
64 if not exist
"$(OUTDIR)/$(NULL)" mkdir
"$(OUTDIR)"
66 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
67 # ADD CPP /nologo /MD /W3 /GX /O2 /I "../Include" /I "../PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
68 CPP_PROJ
=/nologo
/MD
/W3
/GX
/O2
/I
"../Include" /I
"../PC" /D
"WIN32" /D\
69 "NDEBUG" /D
"_WINDOWS" /Fp
"$(INTDIR)/example.pch" /YX
/Fo
"$(INTDIR)/" /c
72 # ADD BASE MTL /nologo /D "NDEBUG" /win32
73 # ADD MTL /nologo /D "NDEBUG" /win32
74 MTL_PROJ
=/nologo
/D
"NDEBUG" /win32
75 # ADD BASE RSC /l 0x409 /d "NDEBUG"
76 # ADD RSC /l 0x409 /d "NDEBUG"
78 # ADD BASE BSC32 /nologo
80 BSC32_FLAGS
=/nologo
/o
"$(OUTDIR)/example.bsc"
84 # 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
85 # 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
86 LINK32_FLAGS
=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
87 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
88 odbccp32.lib
/nologo
/subsystem
:windows
/dll
/incremental
:no\
89 /pdb
:"$(OUTDIR)/example.pdb" /machine
:I386
/def
:".\example.def"\
90 /out
:"$(OUTDIR)/example.dll" /implib
:"$(OUTDIR)/example.lib"
94 "$(INTDIR)\example.obj" \
95 "..\vc40\python15.lib"
97 "$(OUTDIR)\example.dll" : "$(OUTDIR)" $(DEF_FILE
) $(LINK32_OBJS
)
99 $(LINK32_FLAGS
) $(LINK32_OBJS
)
102 !ELSEIF
"$(CFG)" == "example - Win32 Debug"
104 # PROP BASE Use_MFC 0
105 # PROP BASE Use_Debug_Libraries 1
106 # PROP BASE Output_Dir "Debug"
107 # PROP BASE Intermediate_Dir "Debug"
108 # PROP BASE Target_Dir ""
110 # PROP Use_Debug_Libraries 1
111 # PROP Output_Dir "Debug"
112 # PROP Intermediate_Dir "Debug"
117 ALL
: "$(OUTDIR)\example.dll"
120 -@erase
"$(INTDIR)\example.obj"
121 -@erase
"$(INTDIR)\vc40.idb"
122 -@erase
"$(INTDIR)\vc40.pdb"
123 -@erase
"$(OUTDIR)\example.dll"
124 -@erase
"$(OUTDIR)\example.exp"
125 -@erase
"$(OUTDIR)\example.ilk"
126 -@erase
"$(OUTDIR)\example.lib"
127 -@erase
"$(OUTDIR)\example.pdb"
130 if not exist
"$(OUTDIR)/$(NULL)" mkdir
"$(OUTDIR)"
132 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
133 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../Include" /I "../PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
134 CPP_PROJ
=/nologo
/MDd
/W3
/Gm
/GX
/Zi
/Od
/I
"../Include" /I
"../PC" /D
"WIN32"\
135 /D
"_DEBUG" /D
"_WINDOWS" /Fp
"$(INTDIR)/example.pch" /YX
/Fo
"$(INTDIR)/"\
139 # ADD BASE MTL /nologo /D "_DEBUG" /win32
140 # ADD MTL /nologo /D "_DEBUG" /win32
141 MTL_PROJ
=/nologo
/D
"_DEBUG" /win32
142 # ADD BASE RSC /l 0x409 /d "_DEBUG"
143 # ADD RSC /l 0x409 /d "_DEBUG"
145 # ADD BASE BSC32 /nologo
147 BSC32_FLAGS
=/nologo
/o
"$(OUTDIR)/example.bsc"
151 # 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
152 # 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
153 LINK32_FLAGS
=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
154 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
155 odbccp32.lib
/nologo
/subsystem
:windows
/dll
/incremental
:yes\
156 /pdb
:"$(OUTDIR)/example.pdb" /debug
/machine
:I386
/def
:".\example.def"\
157 /out
:"$(OUTDIR)/example.dll" /implib
:"$(OUTDIR)/example.lib"
161 "$(INTDIR)\example.obj" \
162 "..\vc40\python15.lib"
164 "$(OUTDIR)\example.dll" : "$(OUTDIR)" $(DEF_FILE
) $(LINK32_OBJS
)
166 $(LINK32_FLAGS
) $(LINK32_OBJS
)
172 $(CPP
) $(CPP_PROJ
) $<
174 .
cpp{$(CPP_OBJS
)}.obj
:
175 $(CPP
) $(CPP_PROJ
) $<
177 .
cxx{$(CPP_OBJS
)}.obj
:
178 $(CPP
) $(CPP_PROJ
) $<
181 $(CPP
) $(CPP_PROJ
) $<
183 .
cpp{$(CPP_SBRS
)}.sbr
:
184 $(CPP
) $(CPP_PROJ
) $<
186 .
cxx{$(CPP_SBRS
)}.sbr
:
187 $(CPP
) $(CPP_PROJ
) $<
189 ################################################################################
192 # Name "example - Win32 Release"
193 # Name "example - Win32 Debug"
195 !IF
"$(CFG)" == "example - Win32 Release"
197 !ELSEIF
"$(CFG)" == "example - Win32 Debug"
201 ################################################################################
206 "..\Include\abstract.h"\
207 "..\Include\ceval.h"\
208 "..\Include\classobject.h"\
209 "..\Include\cobject.h"\
210 "..\Include\complexobject.h"\
211 "..\Include\dictobject.h"\
212 "..\Include\fileobject.h"\
213 "..\Include\floatobject.h"\
214 "..\Include\funcobject.h"\
215 "..\Include\import.h"\
216 "..\Include\intobject.h"\
217 "..\Include\intrcheck.h"\
218 "..\Include\listobject.h"\
219 "..\Include\longobject.h"\
220 "..\Include\methodobject.h"\
221 "..\Include\modsupport.h"\
222 "..\Include\moduleobject.h"\
223 "..\Include\mymalloc.h"\
224 "..\Include\myproto.h"\
225 "..\Include\object.h"\
226 "..\Include\objimpl.h"\
227 "..\Include\pydebug.h"\
228 "..\Include\pyerrors.h"\
229 "..\Include\pyfpe.h"\
230 "..\Include\pystate.h"\
231 "..\Include\pythonrun.h"\
232 "..\Include\rangeobject.h"\
233 "..\Include\sliceobject.h"\
234 "..\Include\stringobject.h"\
235 "..\Include\sysmodule.h"\
236 "..\Include\traceback.h"\
237 "..\Include\tupleobject.h"\
238 ".\../Include\Python.h"\
242 "$(INTDIR)\example.obj" : $(SOURCE
) $(DEP_CPP_EXAMP
) "$(INTDIR)"
246 ################################################################################
251 !IF
"$(CFG)" == "example - Win32 Release"
253 !ELSEIF
"$(CFG)" == "example - Win32 Debug"
258 ################################################################################
263 !IF
"$(CFG)" == "example - Win32 Release"
265 !ELSEIF
"$(CFG)" == "example - Win32 Debug"
270 ################################################################################
273 SOURCE
=\users\guido\python\src
\vc
40\python15.lib
275 !IF
"$(CFG)" == "example - Win32 Release"
277 !ELSEIF
"$(CFG)" == "example - Win32 Debug"
284 ################################################################################