Counter Strike : Global Offensive Source Code
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//----------------------------------------------------------------------------- // SOURCE_LIB_WIN32_DEBUG.VPC // // Base Settings for all Source(TM) Projects //-----------------------------------------------------------------------------
$IgnoreRedundancyWarning "ON"
$MacroRequired "SRCDIR" $MacroRequired "OUTLIBNAME" $MacroRequired "OUTLIBDIR" $MacroRequired "LIBPUBLIC" $MacroRequired "LIBCOMMON" $MacroRequired "PLATSUBDIR"
$Configuration "Debug" { $General { // General $OutputDirectory "$OUTLIBDIR" $IntermediateDirectory ".\Debug$PLATSUBDIR" $ExtensionsToDeleteOnClean $BuildLogFile $InheritedProjectPropertySheets
// Project Defaults $ConfigurationType "Static Library (.lib)" $UseOfMFC $UseOfATL $MinimizeCRTUseInATL $CharacterSet "Use Multi-Byte Character Set" $CommonLanguageRuntimeSupport $WholeProgramOptimization }
$Debugging { $Command $CommandArguments $WorkingDirectory $Attach $DebuggerType $Environment $MergeEnvironment $SQLDebugging }
$Compiler { // General $AdditionalIncludeDirectories "$SRCDIR\common;$SRCDIR\public;$SRCDIR\public\tier0;$SRCDIR\public\tier1" $Resolve#UsingReferences $DebugInformationFormat "Program Database for Edit & Continue (/ZI)" [$WIN32] $DebugInformationFormat "Program Database (/Zi)" [$WIN64] $SuppressStartupBanner $WarningLevel "Level 4 (/W4)" $Detect64bitPortabilityIssues "Yes (/Wp64)" $TreatWarningsAsErrors $MultiProcessorCompilation "Yes (/MP)" $UseUNICODEResponseFiles "No"
// Optimization $Optimization "Disabled (/Od)" $InlineFunctionExpansion $EnableIntrinsicFunctions $FavorSizeOrSpeed $OmitFramePointers $EnableFiberSafeOptimizations $WholeProgramOptimization
// Preprocessor $PreprocessorDefinitions "$BASE;_HAS_ITERATOR_DEBUGGING=0;WIN32;_WIN32;_DEBUG;DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions)" $IgnoreStandardIncludePath $GeneratePreprocessedFile $KeepComments
// Code Generation $EnableStringPooling "Yes (/GF)" $EnableMinimalRebuild "No" $EnableC++Exceptions "No" $SmallerTypeCheck $BasicRuntimeChecks "Default" $RuntimeLibrary "Multi-threaded Debug (/MTd)" $StructMemberAlignment $BufferSecurityCheck "No" [$WINDOWS] $EnableFunctionLevelLinking $EnableEnhancedInstructionSet $FloatingPointModel "Fast (/fp:fast)" $EnableFloatingPointExceptions
// Language $DisableLanguageExtensions $DefaultCharUnsigned $TreatWCHAR_TAsBuiltInType "Yes (/Zc:wchar_t)" $ForceConformanceInForLoopScope "Yes (/Zc:forScope)" $EnableRunTimeTypeInfo "Yes (/GR)" $OpenMPSupport "No"
// Precompiled Headers $Create/UsePrecompiledHeader "Not Using Precompiled Headers" $Create/UsePCHThroughFile $PrecompiledHeaderFile
// Output Files $ExpandAttributedSource "No" $AssemblerOutput "No Listing" $ASMListLocation "$(IntDir)/" $ObjectFileName "$(IntDir)/" $ProgramDatabaseFileName "$(IntDir)/" $GenerateXMLDocumentationFiles "No" $XMLDocumentationFileName
// Browse Information $EnableBrowseInformation "None" $BrowseFile "$(IntDir)/"
// Advanced $CallingConvention $CompileAs "Compile as C++ Code (/TP)" $DisableSpecificWarnings $ForceIncludes $Force#Using $ShowIncludes $UndefinePreprocessorDefinitions $UndefineAllPreprocessorDefinitions $UseFullPaths $OmitDefaultLibraryNames $ErrorReporting "Prompt Immediately (/errorReport:prompt)"
// Command Line $AdditionalOptions }
$Librarian { // General $OutputFile "$OUTLIBDIR\$OUTLIBNAME.lib" $AdditionalDependencies $AdditionalLibraryDirectories $SuppressStartupBanner "Yes (/NOLOGO)" $ModuleDefinitionFileName $IgnoreAllDefaultLibraries $IgnoreSpecificLibrary $ExportNamedFunctions $ForceSymbolReferences $UseUNICODEResponseFiles "No" $LinkLibraryDependencies
// Command Line $AdditionalOptions }
$XMLDocumentGenerator { // General $SuppressStartupBanner "Yes (/nologo)" $ValidateIntelliSense $AdditionalDocumentFiles $OutputDocumentFile $DocumentLibraryDependencies $UseUNICODEResponseFiles }
$BrowseInformation { $SuppressStartupBanner "Yes (/nologo)" $OutputFile "$(OutDir)/$OUTLIBNAME.bsc" $AdditionalOptions }
$PreBuildEvent { $CommandLine $Description $ExcludedFromBuild "No" }
$PreLinkEvent { $CommandLine $Description $ExcludedFromBuild "No" }
$PostBuildEvent { $CommandLine $Description $ExcludedFromBuild "No" }
$CustomBuildStep { // General $CommandLine $Description $Outputs $AdditionalDependencies } }
|