Last change
on this file was 388, checked in by dmik, 11 years ago |
python: Update vendor to 2.7.6.
|
-
Property svn:eol-style
set to
native
|
File size:
921 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="Windows-1252"?>
|
---|
2 | <VisualStudioPropertySheet
|
---|
3 | ProjectType="Visual C++"
|
---|
4 | Version="8.00"
|
---|
5 | Name="pginstrument"
|
---|
6 | OutputDirectory="$(OutDirPGI)"
|
---|
7 | IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\"
|
---|
8 | >
|
---|
9 | <Tool
|
---|
10 | Name="VCCLCompilerTool"
|
---|
11 | Optimization="2"
|
---|
12 | InlineFunctionExpansion="1"
|
---|
13 | EnableIntrinsicFunctions="false"
|
---|
14 | FavorSizeOrSpeed="2"
|
---|
15 | OmitFramePointers="true"
|
---|
16 | EnableFiberSafeOptimizations="false"
|
---|
17 | WholeProgramOptimization="true"
|
---|
18 | StringPooling="true"
|
---|
19 | ExceptionHandling="0"
|
---|
20 | BufferSecurityCheck="false"
|
---|
21 | />
|
---|
22 | <Tool
|
---|
23 | Name="VCLinkerTool"
|
---|
24 | OptimizeReferences="2"
|
---|
25 | EnableCOMDATFolding="1"
|
---|
26 | LinkTimeCodeGeneration="2"
|
---|
27 | ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd"
|
---|
28 | ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
|
---|
29 | />
|
---|
30 | <UserMacro
|
---|
31 | Name="OutDirPGI"
|
---|
32 | Value="$(SolutionDir)$(PlatformName)-pgi\"
|
---|
33 | />
|
---|
34 | </VisualStudioPropertySheet>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.