initial
This commit is contained in:
108
vpc_scripts/source_spu_dll_ps3_release.vpc
Normal file
108
vpc_scripts/source_spu_dll_ps3_release.vpc
Normal file
@@ -0,0 +1,108 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Base Settings for Source(TM) Projects
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$MacroRequired "SRCDIR"
|
||||
$MacroRequired "OUTBINNAME"
|
||||
$MacroRequired "OUTBINDIR"
|
||||
$MacroRequired "SCE_LIBROOT"
|
||||
|
||||
$IgnoreRedundancyWarning "ON"
|
||||
|
||||
$Configuration "Release"
|
||||
{
|
||||
$General
|
||||
{
|
||||
// General
|
||||
$OutputDirectory ".\Release_PS3"
|
||||
$IntermediateDirectory ".\Release_PS3"
|
||||
$ExtensionsToDeleteOnClean
|
||||
$BuildLogFile
|
||||
$SystemIncludeDependencies
|
||||
}
|
||||
|
||||
$GCCCompiler
|
||||
{
|
||||
// General
|
||||
$AdditionalIncludeDirectories "$QUOTE$(SN_PS3_PATH)\spu\include\sn$QUOTE;$QUOTE$(SCE_PS3_ROOT)\target\spu\include$QUOTE;$QUOTE$(SCE_PS3_ROOT)\target\common\include$QUOTE"
|
||||
$PreprocessorDefinitions "SN_TARGET_PS3_SPU;NDEBUG;__GCC__;SPU"
|
||||
$ForceIncludes
|
||||
$GenerateDebugInformation
|
||||
$Warnings
|
||||
$ExtraWarnings
|
||||
$TreatWarningsAsErrors
|
||||
$ObjectFileName
|
||||
$SPURSUsage
|
||||
|
||||
// Optimization
|
||||
$OptimizationLevel
|
||||
$FastMath
|
||||
$NoStrictAliasing
|
||||
$UnrollLoops
|
||||
$InlineFunctionSizeLimit
|
||||
|
||||
// Code Generation
|
||||
$Position-IndependentCode
|
||||
$FunctionSections
|
||||
$DataSections
|
||||
$StackCheck
|
||||
|
||||
// Language
|
||||
$C++ExceptionsAndRTTIUsage "Not using Exceptions or RTTI"
|
||||
$CheckANSICompliance
|
||||
$DefaultCharSigned
|
||||
$Permissive
|
||||
$RelaxC++Compliance
|
||||
|
||||
// Command Line
|
||||
$AdditionalOptions
|
||||
}
|
||||
|
||||
$GCCLinker
|
||||
{
|
||||
$OutputFile
|
||||
$AdditionalDependencies
|
||||
$AdditionalLibraryDirectories
|
||||
$ExportLibrary
|
||||
$SPURSUsage
|
||||
$Position-IndependentCode
|
||||
$EmitRelocations
|
||||
$GarbageCollection
|
||||
$GenerateMapFile
|
||||
$MapFileName
|
||||
$LinkLibraryDependencies
|
||||
|
||||
// Command Line
|
||||
$AdditionalOptions
|
||||
}
|
||||
|
||||
$PreBuildEvent
|
||||
{
|
||||
$CommandLine
|
||||
$Description
|
||||
$ExcludedFromBuild "No"
|
||||
}
|
||||
|
||||
$PreLinkEvent
|
||||
{
|
||||
$CommandLine
|
||||
$Description
|
||||
$ExcludedFromBuild "No"
|
||||
}
|
||||
|
||||
$PostBuildEvent
|
||||
{
|
||||
$CommandLine
|
||||
$Description
|
||||
$ExcludedFromBuild "No"
|
||||
}
|
||||
|
||||
$CustomBuildStep
|
||||
{
|
||||
// General
|
||||
$CommandLine
|
||||
$Description
|
||||
$Outputs
|
||||
$AdditionalDependencies
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user