|
1 <?xml version="1.0" encoding="Windows-1252"?> |
|
2 <VisualStudioPropertySheet |
|
3 ProjectType="Visual C++" |
|
4 Version="8.00" |
|
5 Name="common" |
|
6 OutputDirectory="$(WebKitOutputDir)\bin" |
|
7 IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)" |
|
8 > |
|
9 <Tool |
|
10 Name="VCCLCompilerTool" |
|
11 AdditionalOptions="/GS" |
|
12 PreprocessorDefinitions="WIN32;_WINDOWS;WINVER=0x501;_WIN32_WINNT=0x501;_WIN32_IE=0x600;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;__PRODUCTION__=0$(ProductionBuild);_HAS_EXCEPTIONS=0;BUILDING_$(ProjectName)" |
|
13 ExceptionHandling="0" |
|
14 RuntimeTypeInfo="false" |
|
15 WarningLevel="4" |
|
16 WarnAsError="true" |
|
17 DebugInformationFormat="3" |
|
18 DisableSpecificWarnings="4018;4068;4099;4100;4127;4138;4180;4189;4201;4244;4251;4275;4288;4291;4305;4344;4355;4389;4503;4505;4510;4512;4610;4706;4800;4951;4952;4996;6011;6031;6211;6246;6255;6387" |
|
19 /> |
|
20 <Tool |
|
21 Name="VCLibrarianTool" |
|
22 AdditionalOptions="/ignore:4221" |
|
23 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).lib" |
|
24 /> |
|
25 <Tool |
|
26 Name="VCLinkerTool" |
|
27 LinkLibraryDependencies="false" |
|
28 AdditionalOptions="/SAFESEH /FIXED:NO /dynamicbase /ignore:4221" |
|
29 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).exe" |
|
30 AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";"$(WebKitLibrariesDir)\lib"" |
|
31 GenerateDebugInformation="true" |
|
32 SubSystem="2" |
|
33 ImportLibrary="$(WebKitOutputDir)\lib\$(TargetName).lib" |
|
34 TargetMachine="1" |
|
35 /> |
|
36 <Tool |
|
37 Name="VCMIDLTool" |
|
38 PreprocessorDefinitions="__PRODUCTION__=0$(ProductionBuild)" |
|
39 WarnAsError="true" |
|
40 HeaderFileName="$(OutDir)\$(InputName).h" |
|
41 /> |
|
42 <Tool |
|
43 Name="VCResourceCompilerTool" |
|
44 Culture="1033" |
|
45 AdditionalIncludeDirectories=""$(IntDir)\include"" |
|
46 /> |
|
47 <UserMacro |
|
48 Name="ProductionBuild" |
|
49 Value="$(PRODUCTION)" |
|
50 /> |
|
51 <UserMacro |
|
52 Name="AnalyzeWithLargeStack" |
|
53 Value="" |
|
54 /> |
|
55 </VisualStudioPropertySheet> |