Lines Matching refs:Python23
9 # The output of the build is a largish Python23.DLL containing the
12 # Python23.DLL is needed.
230 # (to allow non-VAC++ code to call into Python23.dll)
265 All: obj noise PyCore.lib Python23.lib PGen.exe \
266 Python.exe PythonPM.exe Python23.dll # _tkinter.dll
286 #_tkinter.dll: $(PATHOBJ)\_tkinter.obj Python23.lib _tkinter.def
299 Python23.dll: $(PATHOBJ)\Compile.obj PyCore.lib Python.def
310 # Import Library for Using the Python23.dll
311 Python23.lib: Python.def
316 # Small Command-Line Program to Start Interpreter in Python23.dll
317 Python.exe: $(PATHOBJ)\Python.obj Python23.lib
321 # Small PM-GUI Program to Start Interpreter in Python23.dll
322 PythonPM.exe: $(PATHOBJ)\Python.obj Python23.lib
342 -- Del /Q PyCore.lib Python23.lib >NUL 2>&1
343 -- Del /Q Python23.dll Python.exe PGen.exe >NUL 2>&1
345 release: Python.exe Python23.dll Python23.lib
347 -- @Echo Y | copy /U Python23.dll D:\DLLs
348 -- @Echo Y | copy /U Python23.lib E:\Tau\Lib