From: <bl...@us...> - 2003-05-14 19:44:13
|
Update of /cvsroot/cpptool/rfta/src/pyrfta In directory sc8-pr-cvs1:/tmp/cvs-serv18117/src/pyrfta Added Files: pyrfta.vcproj Log Message: * added visual studio .net 2002 (vc7.0) projects. --- NEW FILE: pyrfta.vcproj --- <?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.00" Name="pyrfta" SccProjectName="" SccLocalPath=""> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Release|Win32" OutputDirectory=".\..\..\build\pyrfta\Release" IntermediateDirectory=".\..\..\build\pyrfta\Release" ConfigurationType="2" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" AdditionalOptions="/Zm500 " InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../include" PreprocessorDefinitions="NDEBUG;BOOST_PYTHON_STATIC_LINK;WIN32;_WINDOWS;BOOST_PYTHON_DYNAMIC_LIB;_USRDLL" StringPooling="TRUE" RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\..\..\build\pyrfta\Release/pyrfta.pch" AssemblerListingLocation=".\..\..\build\pyrfta\Release/" ObjectFile=".\..\..\build\pyrfta\Release/" ProgramDataBaseFileName=".\..\..\build\pyrfta\Release/" WarningLevel="3" SuppressStartupBanner="TRUE" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="odbc32.lib odbccp32.lib python22.lib boost_python.lib" OutputFile="..\..\build\pyrfta\Release/pyrfta.pyd" LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="../../lib,../../deplib/libs" ProgramDatabaseFile=".\..\..\build\pyrfta\Release/pyrfta.pdb" ImportLibrary=".\..\..\build\pyrfta\Release/pyrfta.lib"/> <Tool Name="VCMIDLTool" PreprocessorDefinitions="NDEBUG" MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE" TargetEnvironment="1" TypeLibraryName=".\..\..\build\pyrfta\Release/pyrfta.tlb"/> <Tool Name="VCPostBuildEventTool" CommandLine="copy $(TargetPath) ..\..\bin\pyrfta.pyd"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1036"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> </Configuration> <Configuration Name="Debug|Win32" OutputDirectory=".\..\..\build\pyrfta\Debug" IntermediateDirectory=".\..\..\build\pyrfta\Debug" ConfigurationType="2" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" AdditionalOptions="/Zm500 " Optimization="0" AdditionalIncludeDirectories="../../include" PreprocessorDefinitions="_DEBUG;BOOST_PYTHON_DYNAMIC_LIB;WIN32;_WINDOWS;_USRDLL" BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\..\..\build\pyrfta\Debug/pyrfta.pch" AssemblerListingLocation=".\..\..\build\pyrfta\Debug/" ObjectFile=".\..\..\build\pyrfta\Debug/" ProgramDataBaseFileName=".\..\..\build\pyrfta\Debug/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="4" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="odbc32.lib odbccp32.lib python22.lib boost_python_debug.lib" OutputFile="..\..\build\pyrfta\Debug/pyrfta.pyd" LinkIncremental="2" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="../../lib,../../deplib/libs" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\..\..\build\pyrfta\Debug/pyrfta.pdb" ImportLibrary=".\..\..\build\pyrfta\Debug/pyrfta.lib"/> <Tool Name="VCMIDLTool" PreprocessorDefinitions="_DEBUG" MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE" TargetEnvironment="1" TypeLibraryName=".\..\..\build\pyrfta\Debug/pyrfta.tlb"/> <Tool Name="VCPostBuildEventTool" CommandLine="copy $(TargetPath) ..\..\bin\pyrfta.pyd"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1036"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> </Configuration> </Configurations> <Files> <Filter Name="pytest" Filter=""> <File RelativePath=".\pytest\test.py"> </File> </Filter> <File RelativePath=".\ExposeBase.cpp"> </File> <File RelativePath=".\ExposeCPPParser.cpp"> </File> <File RelativePath="..\..\include\xtl\python\ExposeEnumerator.h"> </File> <File RelativePath=".\ExposeExpressions.cpp"> </File> <File RelativePath=".\ExposeExpressions2.cpp"> </File> <File RelativePath=".\ExposeStatements.cpp"> </File> <File RelativePath=".\ExposeStatements2.cpp"> </File> <File RelativePath=".\ExposeStatements3.cpp"> </File> <File RelativePath=".\ExposeVisitors.cpp"> </File> <File RelativePath=".\Forwards.h"> </File> <File RelativePath=".\pyrfta.cpp"> </File> </Files> <Globals> </Globals> </VisualStudioProject> |