You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2002/10/11 00:08:29 UTC

cvs commit: httpd-python/src mod_python.vcproj

grisha      2002/10/10 15:08:29

  Modified:    src      mod_python.vcproj
  Log:
  Got rid of debug config in msvc since it doesn't work anyway.
  
  Revision  Changes    Path
  1.3       +0 -58     httpd-python/src/mod_python.vcproj
  
  Index: mod_python.vcproj
  ===================================================================
  RCS file: /home/cvs/httpd-python/src/mod_python.vcproj,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_python.vcproj	10 Oct 2002 21:28:32 -0000	1.2
  +++ mod_python.vcproj	10 Oct 2002 22:08:29 -0000	1.3
  @@ -12,64 +12,6 @@
   	</Platforms>
   	<Configurations>
   		<Configuration
  -			Name="Debug|Win32"
  -			OutputDirectory=".\Debug"
  -			IntermediateDirectory=".\Debug"
  -			ConfigurationType="2"
  -			UseOfMFC="0"
  -			ATLMinimizesCRunTimeLibraryUsage="FALSE">
  -			<Tool
  -				Name="VCCLCompilerTool"
  -				Optimization="0"
  -				AdditionalIncludeDirectories="include,$(PYTHONSRC)\include,$(APACHESRC)\include"
  -				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  -				BasicRuntimeChecks="3"
  -				RuntimeLibrary="3"
  -				UsePrecompiledHeader="2"
  -				PrecompiledHeaderFile=".\Debug/mod_python.pch"
  -				AssemblerListingLocation=".\Debug/"
  -				ObjectFile=".\Debug/"
  -				ProgramDataBaseFileName=".\Debug/"
  -				WarningLevel="3"
  -				SuppressStartupBanner="TRUE"
  -				DebugInformationFormat="4"
  -				CompileAs="0"/>
  -			<Tool
  -				Name="VCCustomBuildTool"/>
  -			<Tool
  -				Name="VCLinkerTool"
  -				AdditionalOptions="/MACHINE:I386"
  -				AdditionalDependencies="libhttpd.lib ws2_32.lib"
  -				OutputFile=".\Debug/mod_python.so"
  -				LinkIncremental="2"
  -				SuppressStartupBanner="TRUE"
  -				AdditionalLibraryDirectories="$(APACHESRC)\lib,$(PYTHONSRC)\libs"
  -				GenerateDebugInformation="TRUE"
  -				ProgramDatabaseFile=".\Debug/mod_python.pdb"
  -				ImportLibrary=".\Debug/mod_python.lib"/>
  -			<Tool
  -				Name="VCMIDLTool"
  -				PreprocessorDefinitions="_DEBUG"
  -				MkTypLibCompatible="TRUE"
  -				SuppressStartupBanner="TRUE"
  -				TargetEnvironment="1"
  -				TypeLibraryName=".\Debug/mod_python.tlb"/>
  -			<Tool
  -				Name="VCPostBuildEventTool"/>
  -			<Tool
  -				Name="VCPreBuildEventTool"/>
  -			<Tool
  -				Name="VCPreLinkEventTool"/>
  -			<Tool
  -				Name="VCResourceCompilerTool"
  -				PreprocessorDefinitions="_DEBUG"
  -				Culture="1033"/>
  -			<Tool
  -				Name="VCWebServiceProxyGeneratorTool"/>
  -			<Tool
  -				Name="VCWebDeploymentTool"/>
  -		</Configuration>
  -		<Configuration
   			Name="Release|Win32"
   			OutputDirectory=".\Release"
   			IntermediateDirectory=".\Release"