| | Creating temporary file "f:\Zach\Pyro\swigwin-1.3.19\Swig-1.3.19\Examples\python\simple\Release\BAT000008.bat" with contents
[
@echo off
echo In order to function correctly, please ensure the following environment variables are correctly set:
echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
echo PYTHON_LIB: %PYTHON_LIB%
echo on
..\..\..\swig -python "f:\Zach\Pyro\swigwin-1.3.19\Swig-1.3.19\Examples\python\simple\example.i"
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
exit 1
:VCEnd
]
Creating command line ""f:\Zach\Pyro\swigwin-1.3.19\Swig-1.3.19\Examples\python\simple\Release\BAT000008.bat""
Creating temporary file "f:\Zach\Pyro\swigwin-1.3.19\Swig-1.3.19\Examples\python\simple\Release\RSP000009.rsp" with contents
[
/O2 /I "C:\Python22\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXAMPLE_EXPORTS" /FD /EHsc /MT /YX"stdafx.h" /Fp".\Release/example.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c
".\example_wrap.c"
".\example.c"
]
Creating command line "cl.exe @"f:\Zach\Pyro\swigwin-1.3.19\Swig-1.3.19\Examples\python\simple\Release\RSP000009.rsp" /nologo"
Creating temporary file "f:\Zach\Pyro\swigwin-1.3.19\Swig-1.3.19\Examples\python\simple\Release\RSP00000A.rsp" with contents
[
/OUT:"_example.dll" /INCREMENTAL:NO /NOLOGO /DLL /PDB:".\Release/_example.pdb" /IMPLIB:".\Release/_example.lib" /MACHINE:X86 odbc32.lib odbccp32.lib "C:\Python22\libs\python22.lib" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
".\Release\example.obj"
".\Release\example_wrap.obj"
]
Creating command line "link.exe @"f:\Zach\Pyro\swigwin-1.3.19\Swig-1.3.19\Examples\python\simple\Release\RSP00000A.rsp""
|